aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 15:49:44 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 15:49:44 +0000
commita0ffa07e318357e7d4dc5e0210dea4469b692688 (patch)
tree4b18f369c714d2477c15886f6970bc165ae8e581 /net-mgmt
parent1dbca7f3f2eff94050d0189ce5747f76ee8853c3 (diff)
downloadports-a0ffa07e318357e7d4dc5e0210dea4469b692688.tar.gz
ports-a0ffa07e318357e7d4dc5e0210dea4469b692688.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cdpd/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile
index 244820c5b50b..05ee55fc16c4 100644
--- a/net-mgmt/cdpd/Makefile
+++ b/net-mgmt/cdpd/Makefile
@@ -13,13 +13,10 @@ GNU_CONFIGURE= yes
EXTRACT_SUFX= .tgz
USE_RC_SUBR= cdpd
-PLIST_FILES= sbin/cdpd
+PLIST_FILES= sbin/cdpd man/man8/cdpd.8.gz
-MAN8= cdpd.8
-
-NO_STAGE= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin
- @${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${MAN8PREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>