diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 15:14:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 15:14:05 +0800 |
commit | ce2ec523ad487083181862ec29bcdc97bd66be8a (patch) | |
tree | 9336537060dc9a4c473c1bfaeb23ab3533e2371b /sysutils/wuzzah | |
parent | bfbd601122d6fefd268a1ccc987e27b39e5aa214 (diff) | |
download | freebsd-ports-gnome-ce2ec523ad487083181862ec29bcdc97bd66be8a.tar.gz freebsd-ports-gnome-ce2ec523ad487083181862ec29bcdc97bd66be8a.tar.zst freebsd-ports-gnome-ce2ec523ad487083181862ec29bcdc97bd66be8a.zip |
Support staging.
Diffstat (limited to 'sysutils/wuzzah')
-rw-r--r-- | sysutils/wuzzah/Makefile | 9 |
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> |