diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-22 22:13:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-22 22:13:48 +0000 |
commit | 0e2ad5b60c6688b88f05b8024f3e587a36e2ca50 (patch) | |
tree | cb00d124c54929359c23a98b43e1acbf33778003 /graphics | |
parent | 064813d0becb25e661809f92a435513c63041a48 (diff) | |
download | ports-0e2ad5b60c6688b88f05b8024f3e587a36e2ca50.tar.gz ports-0e2ad5b60c6688b88f05b8024f3e587a36e2ca50.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/intergif/Makefile | 3 |
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> |