aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 13:21:31 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 13:21:31 +0000
commite5abb04ae0c5136e7b9a544174e4a884598a97cc (patch)
tree1938b245b1550a7621012d6343bd3a4e54c0fc68 /net
parente656a1c759c7d270bd077e40ae61b01e747e0df3 (diff)
downloadports-e5abb04ae0c5136e7b9a544174e4a884598a97cc.tar.gz
ports-e5abb04ae0c5136e7b9a544174e4a884598a97cc.zip
Support staging
Notes
Notes: svn path=/head/; revision=346205
Diffstat (limited to 'net')
-rw-r--r--net/omcmd/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/omcmd/Makefile b/net/omcmd/Makefile
index d66039ded243..f6720039684b 100644
--- a/net/omcmd/Makefile
+++ b/net/omcmd/Makefile
@@ -11,13 +11,10 @@ COMMENT= CLI utility for performing OMAPI queries and updates on a ISC DHCP
BUILD_DEPENDS= ${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp41-server
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
-MAN1= ${PORTNAME}.1
-
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>