aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>