diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-04 11:47:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-04 11:47:32 +0000 |
commit | 5bc7c11af1d74f9c841081ab98f16fb36f4185a2 (patch) | |
tree | bde97b6c2093e59ddfb46f8388d3806d6744c923 /net | |
parent | 0a5871747f8e5eedf860f8d64d71c8f841319be8 (diff) | |
download | ports-5bc7c11af1d74f9c841081ab98f16fb36f4185a2.tar.gz ports-5bc7c11af1d74f9c841081ab98f16fb36f4185a2.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/ifdepd/Makefile | 13 | ||||
-rw-r--r-- | net/ifdepd/files/patch-Makefile | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/ifdepd/Makefile b/net/ifdepd/Makefile index 7a20624935e6..8632daa0552e 100644 --- a/net/ifdepd/Makefile +++ b/net/ifdepd/Makefile @@ -9,14 +9,13 @@ MASTER_SITES= http://alex.bmg.gv.at/programs/ MAINTAINER= alex@hugo.bmg.gv.at COMMENT= Interface Dependency daemon -MAN8= ifdepd.8 - -PLIST_FILES= bin/ifdepd - USE_RC_SUBR= ${PORTNAME} -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} +PLIST_FILES= bin/ifdepd \ + man/man8/ifdepd.8.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ifdepd ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ifdepd.8 ${STAGEDIR}${PREFIX}/man/man8 .include <bsd.port.mk> diff --git a/net/ifdepd/files/patch-Makefile b/net/ifdepd/files/patch-Makefile index 595e6ca2ff60..418700c1addd 100644 --- a/net/ifdepd/files/patch-Makefile +++ b/net/ifdepd/files/patch-Makefile @@ -22,7 +22,7 @@ -.endif - ${INSTALL} -o root -g wheel -m 644 ${MAN8} ${PREFIX}/man/man8 + ${BSD_INSTALL_PROGRAM} ${PROG} ${PREFIX}/bin -+ ${BSD_INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 ++ ${BSD_INSTALL_MAN} ${MAN8} $${PREFIX}/man/man8 deinstall: ${RM} ${PREFIX}/bin/${PROG} |