aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gnusget
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 21:20:07 +0800
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 21:20:07 +0800
commita469c0579aff93159603001a4813ce2d9d0a5f84 (patch)
tree6b378eccf82a51c9ac2671413e507e6d32289591 /ftp/gnusget
parent463276a9089008a8311c861e90a5eb82c4ce4dd2 (diff)
downloadfreebsd-ports-gnome-a469c0579aff93159603001a4813ce2d9d0a5f84.tar.gz
freebsd-ports-gnome-a469c0579aff93159603001a4813ce2d9d0a5f84.tar.zst
freebsd-ports-gnome-a469c0579aff93159603001a4813ce2d9d0a5f84.zip
Support staging
Diffstat (limited to 'ftp/gnusget')
-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>