svn commit: r348539 - head/ftp/gnusget

Emanuel Haupt ehaupt at FreeBSD.org
Tue Mar 18 13:20:08 UTC 2014


Author: ehaupt
Date: Tue Mar 18 13:20:07 2014
New Revision: 348539
URL: http://svnweb.freebsd.org/changeset/ports/348539
QAT: https://qat.redports.org/buildarchive/r348539/

Log:
  Support staging

Modified:
  head/ftp/gnusget/Makefile

Modified: head/ftp/gnusget/Makefile
==============================================================================
--- head/ftp/gnusget/Makefile	Tue Mar 18 13:15:38 2014	(r348538)
+++ head/ftp/gnusget/Makefile	Tue Mar 18 13:20:07 2014	(r348539)
@@ -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>


More information about the svn-ports-head mailing list