diff -ruN /usr/ports/sysutils/xmbmon/Makefile ./Makefile --- /usr/ports/sysutils/xmbmon/Makefile 2013-12-26 00:07:47.000000000 +0900 +++ ./Makefile 2013-12-31 07:49:20.000000000 +0900 @@ -11,7 +11,7 @@ MAINTAINER= 5u623l20@gmail.com COMMENT= MB monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240 -LICENSE= BSD +LICENSE= BSD3CLAUSE PORTSCOUT= limit:^[0-9]+$ PATCH_SITES+= ${MASTER_SITES} @@ -49,7 +49,7 @@ .endif post-patch: - @${REINPLACE_CMD} -e 's+/usr/share/doc/mbmon+${STAGEIR}${DOCSDIR}+' ${WRKSRC}/mbmon.1 + @${REINPLACE_CMD} -e 's+/usr/share/doc/mbmon+${DOCSDIR}+' ${WRKSRC}/mbmon.1 @${REINPLACE_CMD} -e 's+%%STAGEDIR%%%%PREFIX%%+${STAGEDIR}${PREFIX}+' ${WRKSRC}/Makefile.in .if !${PORT_OPTIONS:MX11} @${REINPLACE_CMD} -e '/p xmbmon/d' ${WRKSRC}/Makefile.in diff -ruN /usr/ports/sysutils/xmbmon/files/patch-Makefile.in ./files/patch-Makefile.in --- /usr/ports/sysutils/xmbmon/files/patch-Makefile.in 2013-12-26 00:07:47.000000000 +0900 +++ ./files/patch-Makefile.in 2013-12-31 07:58:03.000000000 +0900 @@ -34,15 +34,17 @@ mbmon: mbmon.c mbmon.h methods.h pci_pm.h smbuses.h sensors.h $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ mbmon.c $(OBJS) $(LIBS) -@@ -135,10 +135,8 @@ +@@ -133,12 +133,8 @@ + $(RM) Makefile config.cache config.log config.h config.status + install: $(PROGRAM) - $(INSTALL) -o root -g wheel -m 4555 -c -p mbmon $(INST_DIR) - $(INSTALL) -o root -g wheel -m 4555 -c -p xmbmon $(INST_XDIR) +- $(INSTALL) -o root -g wheel -m 4555 -c -p mbmon $(INST_DIR) +- $(INSTALL) -o root -g wheel -m 4555 -c -p xmbmon $(INST_XDIR) - -install-man: $(MANPAGE) ++ $(INSTALL) -o root -g wheel -m 4555 -c -p -s mbmon $(INST_DIR) $(INSTALL) -o root -g wheel -m 444 -c -p mbmon.1 $(INST_MANDIR) - $(INSTALL) -o root -g wheel -m 444 -c -p xmbmon.1x $(INST_MANXDIR) -+ $(INSTALL) -o root -g wheel -m 444 -c -p xmbmon.1x $(INST_MANDIR) - + lint: $(LINT) $(INCLUDES) $(DEFS) $(FONTDEFINES) $(SRCS) -lm