aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/openlldp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-24 12:41:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-24 12:41:07 +0000
commit4e2ae489e7e82ac0c920b26e6a34b9285eae234f (patch)
tree9bbea93157aff53e690ef4bf018b9c265478694e /net-mgmt/openlldp
parent3965f74d20215e7996f37de1be883e3ea3c6ee14 (diff)
downloadports-4e2ae489e7e82ac0c920b26e6a34b9285eae234f.tar.gz
ports-4e2ae489e7e82ac0c920b26e6a34b9285eae234f.zip
Support staging
Notes
Notes: svn path=/head/; revision=345822
Diffstat (limited to 'net-mgmt/openlldp')
-rw-r--r--net-mgmt/openlldp/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-mgmt/openlldp/Makefile b/net-mgmt/openlldp/Makefile
index eda60690f20b..3810155eafdb 100644
--- a/net-mgmt/openlldp/Makefile
+++ b/net-mgmt/openlldp/Makefile
@@ -13,18 +13,15 @@ COMMENT= Link Layer Discovery Protocol daemon
GNU_CONFIGURE= yes
USE_RC_SUBR= lldpd
-PLIST_FILES= sbin/lldpd bin/lldpneighbors
+PLIST_FILES= sbin/lldpd bin/lldpneighbors man/man8/lldpd.8.gz
-MAN8= lldpd.8
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's/^CFLAGS =/CFLAGS +=/g' \
${WRKSRC}/src/Makefile.in
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/lldpd ${PREFIX}/sbin
- ${INSTALL_PROGRAM} ${WRKSRC}/src/lldpneighbors ${PREFIX}/bin
- ${INSTALL_MAN} ${FILESDIR}/lldpd.8 ${MAN8PREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/lldpd ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/lldpneighbors ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${FILESDIR}/lldpd.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>