aboutsummaryrefslogtreecommitdiff
path: root/graphics/bmp2html
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-24 15:11:40 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-24 15:11:40 +0000
commit3484c276180e9001d2fec00011e23d923b72839d (patch)
tree507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /graphics/bmp2html
parent12a350e5480603e02b9d3281c6b90d9967b1cc9a (diff)
downloadports-3484c276180e9001d2fec00011e23d923b72839d.tar.gz
ports-3484c276180e9001d2fec00011e23d923b72839d.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331494
Diffstat (limited to 'graphics/bmp2html')
-rw-r--r--graphics/bmp2html/Makefile3
1 files changed, 1 insertions, 2 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>