aboutsummaryrefslogtreecommitdiff
path: root/graphics/intergif
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-22 22:13:48 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-22 22:13:48 +0000
commit0e2ad5b60c6688b88f05b8024f3e587a36e2ca50 (patch)
treecb00d124c54929359c23a98b43e1acbf33778003 /graphics/intergif
parent064813d0becb25e661809f92a435513c63041a48 (diff)
downloadports-0e2ad5b60c6688b88f05b8024f3e587a36e2ca50.tar.gz
ports-0e2ad5b60c6688b88f05b8024f3e587a36e2ca50.zip
Stage support
Notes
Notes: svn path=/head/; revision=340740
Diffstat (limited to 'graphics/intergif')
-rw-r--r--graphics/intergif/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/intergif/Makefile b/graphics/intergif/Makefile
index 04b41b9fdb85..2ae3a13a2ec3 100644
--- a/graphics/intergif/Makefile
+++ b/graphics/intergif/Makefile
@@ -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>