aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wuzzah
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 07:14:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 07:14:05 +0000
commit0453b815e72d64b4a0594e34e07ebc5513cdc652 (patch)
tree9336537060dc9a4c473c1bfaeb23ab3533e2371b /sysutils/wuzzah
parent5eb6e94b3b359e965f3d26a45fad36922163a320 (diff)
downloadports-0453b815e72d64b4a0594e34e07ebc5513cdc652.tar.gz
ports-0453b815e72d64b4a0594e34e07ebc5513cdc652.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331353
Diffstat (limited to 'sysutils/wuzzah')
-rw-r--r--sysutils/wuzzah/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/wuzzah/Makefile b/sysutils/wuzzah/Makefile
index 1d917118422e..63ce9742009b 100644
--- a/sysutils/wuzzah/Makefile
+++ b/sysutils/wuzzah/Makefile
@@ -14,10 +14,8 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= gmake
-PLIST_FILES= bin/wuzzah
-MAN1= wuzzah.1
+PLIST_FILES= bin/wuzzah man/man1/wuzzah.1.gz
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:
@@ -29,7 +27,8 @@ post-patch:
.endif
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \
+ ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.post.mk>