diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-24 04:30:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-24 04:30:50 +0800 |
commit | a57e25e19f546eddc7c1e37a8190e39b82d80924 (patch) | |
tree | 55da60aef1b2c32d67ec2312379a244877492550 /converters | |
parent | 691fae9df43453ce41f634c8a45a78f7dbcc4049 (diff) | |
download | freebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.tar.gz freebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.tar.zst freebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.zip |
Support staging.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-plutil/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/p5-plutil/Makefile b/converters/p5-plutil/Makefile index 719da633cf11..7809b871ff80 100644 --- a/converters/p5-plutil/Makefile +++ b/converters/p5-plutil/Makefile @@ -19,8 +19,7 @@ SHEBANG_FILES= ${PORTNAME}.pl PLIST_FILES= bin/plutil.pl -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |