diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-26 17:02:04 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-26 17:02:04 +0800 |
commit | a9c0bb6bd30b51f9509369c81a3719e06d193cae (patch) | |
tree | e258b5235344ce683383bd5cf237c9b7c33b03d1 /sysutils | |
parent | 3fc4ae3130bc90d6685cb1f3e1426ae0aac9597b (diff) | |
download | freebsd-ports-gnome-a9c0bb6bd30b51f9509369c81a3719e06d193cae.tar.gz freebsd-ports-gnome-a9c0bb6bd30b51f9509369c81a3719e06d193cae.tar.zst freebsd-ports-gnome-a9c0bb6bd30b51f9509369c81a3719e06d193cae.zip |
Support staging
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/whatpix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/whatpix/Makefile b/sysutils/whatpix/Makefile index 294b3b2098c1..91a5db815e0e 100644 --- a/sysutils/whatpix/Makefile +++ b/sysutils/whatpix/Makefile @@ -17,8 +17,7 @@ PLIST_FILES= bin/whatpix USES= perl5 USE_PERL5= run -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |