aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-26 17:02:04 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-26 17:02:04 +0800
commita9c0bb6bd30b51f9509369c81a3719e06d193cae (patch)
treee258b5235344ce683383bd5cf237c9b7c33b03d1 /sysutils
parent3fc4ae3130bc90d6685cb1f3e1426ae0aac9597b (diff)
downloadfreebsd-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/Makefile3
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>