summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:55:18 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:55:18 +0000
commit84acf7ad73f54a47f38ffc2f80bbbfea873a6eab (patch)
tree5cbd9cdc869980cb6fb48282bbd893afeffbccc5 /ports-mgmt
parentSupport staging (diff)
Support staging
Notes
Notes: svn path=/head/; revision=345934
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg-rmleaf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pkg-rmleaf/Makefile b/ports-mgmt/pkg-rmleaf/Makefile
index 456cf660c341..ed4419a1e070 100644
--- a/ports-mgmt/pkg-rmleaf/Makefile
+++ b/ports-mgmt/pkg-rmleaf/Makefile
@@ -19,12 +19,12 @@ WRKSRC= ${WRKDIR}
PLIST_FILES= sbin/pkg-rmleaf
-NO_STAGE= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC}
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf ${PREFIX}/sbin/pkg-rmleaf
+ ${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf \
+ ${STAGEDIR}${PREFIX}/sbin/pkg-rmleaf
.include <bsd.port.mk>