svn commit: r340740 - head/graphics/intergif

Antoine Brodin antoine at FreeBSD.org
Wed Jan 22 22:13:49 UTC 2014


Author: antoine
Date: Wed Jan 22 22:13:48 2014
New Revision: 340740
URL: http://svnweb.freebsd.org/changeset/ports/340740
QAT: https://qat.redports.org/buildarchive/r340740/

Log:
  Stage support

Modified:
  head/graphics/intergif/Makefile

Modified: head/graphics/intergif/Makefile
==============================================================================
--- head/graphics/intergif/Makefile	Wed Jan 22 22:09:20 2014	(r340739)
+++ head/graphics/intergif/Makefile	Wed Jan 22 22:13:48 2014	(r340740)
@@ -18,7 +18,6 @@ ALL_TARGET=	intergif
 
 PLIST_FILES=	bin/intergif
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|=.*cc|= $$(CC)| ; \
@@ -27,6 +26,6 @@ post-patch:
 		 s|@$$(cc)|$$(cc)|' ${WRKSRC}/src/makefile.ix
 
 do-install:
-	(cd ${WRKSRC} && ${INSTALL_PROGRAM} intergif ${PREFIX}/bin)
+	${INSTALL_PROGRAM} ${WRKSRC}/intergif ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list