aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-10-24 23:11:40 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-10-24 23:11:40 +0800
commit646e34d0f731d9d664f2653567981f9a3661f058 (patch)
tree507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /graphics
parent657e94aff744f4f977d719d350d2d10fbb9fd42b (diff)
downloadfreebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.tar.gz
freebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.tar.zst
freebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.zip
Support staging.
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>