summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 13:20:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 13:20:07 +0000
commita469c0579aff93159603001a4813ce2d9d0a5f84 (patch)
tree6b378eccf82a51c9ac2671413e507e6d32289591 /ftp
parentNew port: mod_proxy_uwsgi. (diff)
Support staging
Notes
Notes: svn path=/head/; revision=348539
Diffstat (limited to 'ftp')
-rw-r--r--ftp/gnusget/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/gnusget/Makefile b/ftp/gnusget/Makefile
index 9f701f5667dd..91b0e9793d7a 100644
--- a/ftp/gnusget/Makefile
+++ b/ftp/gnusget/Makefile
@@ -16,8 +16,7 @@ NO_BUILD= yes
PLIST_FILES= bin/gnusget
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/gnusget ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/gnusget ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>