aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/bmp2html/Makefile3
-rw-r--r--graphics/icat/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/bmp2html/Makefile b/graphics/bmp2html/Makefile
index 752c4d8c1a93..7e97a75f37e7 100644
--- a/graphics/bmp2html/Makefile
+++ b/graphics/bmp2html/Makefile
@@ -20,7 +20,6 @@ DEFINES= -D_REENTRANT
PLIST_FILES= bin/bmp2html
-NO_STAGE= yes
post-patch:
@${RM} ${WRKSRC}/${PORTNAME}
@@ -31,6 +30,6 @@ do-build:
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.o
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/graphics/icat/Makefile b/graphics/icat/Makefile
index 5b7e232ab6e3..af6b91ead085 100644
--- a/graphics/icat/Makefile
+++ b/graphics/icat/Makefile
@@ -25,8 +25,7 @@ PLIST_FILES= bin/icat
CONFLICTS= sleuthkit-[0-9]*
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>