summaryrefslogtreecommitdiff
path: root/converters/p5-plutil
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 20:30:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 20:30:50 +0000
commitf4a1e022c0d267b40fde97c90402277490d4eb4f (patch)
tree55da60aef1b2c32d67ec2312379a244877492550 /converters/p5-plutil
parent- Support STAGEDIR (diff)
Support staging.
Notes
Notes: svn path=/head/; revision=331422
Diffstat (limited to 'converters/p5-plutil')
-rw-r--r--converters/p5-plutil/Makefile3
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>