aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:54:31 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 08:54:31 +0000
commit567f20ee85baf91f18abde1abddf6f96ac2aec50 (patch)
treec574e7fe8f15b0e09bd0a182c34ee82a2c344f1b /ports-mgmt
parent720959835c03e2d40708ccfa5cbc3a5e1ca23e0e (diff)
downloadports-567f20ee85baf91f18abde1abddf6f96ac2aec50.tar.gz
ports-567f20ee85baf91f18abde1abddf6f96ac2aec50.zip
Support staging
Notes
Notes: svn path=/head/; revision=345933
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/managepkg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports-mgmt/managepkg/Makefile b/ports-mgmt/managepkg/Makefile
index 25f0ea34ec7a..7f9f70036b99 100644
--- a/ports-mgmt/managepkg/Makefile
+++ b/ports-mgmt/managepkg/Makefile
@@ -20,8 +20,7 @@ WRKSRC= ${WRKDIR}
NO_BUILD= yes
PLIST_FILES= sbin/managepkg
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>