From 646e34d0f731d9d664f2653567981f9a3661f058 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Thu, 24 Oct 2013 15:11:40 +0000 Subject: Support staging. --- graphics/bmp2html/Makefile | 3 +-- graphics/icat/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'graphics') 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 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 -- cgit