diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 13:21:31 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 13:21:31 +0000 |
commit | e5abb04ae0c5136e7b9a544174e4a884598a97cc (patch) | |
tree | 1938b245b1550a7621012d6343bd3a4e54c0fc68 /net | |
parent | e656a1c759c7d270bd077e40ae61b01e747e0df3 (diff) | |
download | ports-e5abb04ae0c5136e7b9a544174e4a884598a97cc.tar.gz ports-e5abb04ae0c5136e7b9a544174e4a884598a97cc.zip |
Support staging
Notes
Notes:
svn path=/head/; revision=346205
Diffstat (limited to 'net')
-rw-r--r-- | net/omcmd/Makefile | 9 |
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> |