From 0e2ad5b60c6688b88f05b8024f3e587a36e2ca50 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 22 Jan 2014 22:13:48 +0000 Subject: [PATCH] Stage support --- graphics/intergif/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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