aboutsummaryrefslogtreecommitdiff
path: root/sysutils/host-setup
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 13:42:33 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 13:42:33 +0000
commitc49cec7c51ca2d3b48b616a1894e19b7ed957ddd (patch)
tree416e30ce593dccfa35a36b178967e9a9ea3aa3a0 /sysutils/host-setup
parent5fb02c31c84b62d7223a8052de882c365444d6ab (diff)
downloadports-c49cec7c51ca2d3b48b616a1894e19b7ed957ddd.tar.gz
ports-c49cec7c51ca2d3b48b616a1894e19b7ed957ddd.zip
Support staging
Notes
Notes: svn path=/head/; revision=345999
Diffstat (limited to 'sysutils/host-setup')
-rw-r--r--sysutils/host-setup/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/host-setup/Makefile b/sysutils/host-setup/Makefile
index 454d3f911abd..a4245095579f 100644
--- a/sysutils/host-setup/Makefile
+++ b/sysutils/host-setup/Makefile
@@ -11,12 +11,10 @@ COMMENT= System configuration setup/management utility
NO_BUILD= yes
-PLIST_FILES= sbin/${PORTNAME}
-MAN1= ${PORTNAME}.1
+PLIST_FILES= sbin/${PORTNAME} man/man1/${PORTNAME}.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1/
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>