aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-21 23:49:44 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-21 23:49:44 +0800
commit46a6f3997215a6b78d9b41d2de6ccd4d13f0c103 (patch)
tree4b18f369c714d2477c15886f6970bc165ae8e581
parentd42ef2621153bf912c4e54e047cd533fb0c0d822 (diff)
downloadfreebsd-ports-gnome-46a6f3997215a6b78d9b41d2de6ccd4d13f0c103.tar.gz
freebsd-ports-gnome-46a6f3997215a6b78d9b41d2de6ccd4d13f0c103.tar.zst
freebsd-ports-gnome-46a6f3997215a6b78d9b41d2de6ccd4d13f0c103.zip
Support staging
-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>