Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2014 22:13:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340740 - head/graphics/intergif
Message-ID:  <201401222213.s0MMDnjQ090277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401222213.s0MMDnjQ090277>