aboutsummaryrefslogtreecommitdiff
path: root/misc/ree
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 /misc/ree
parent12a350e5480603e02b9d3281c6b90d9967b1cc9a (diff)
downloadports-3484c276180e9001d2fec00011e23d923b72839d.tar.gz
ports-3484c276180e9001d2fec00011e23d923b72839d.zip
Notes
Diffstat (limited to 'misc/ree')
-rw-r--r--misc/ree/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/ree/Makefile b/misc/ree/Makefile
index 3eb74ea61074..60e0719a6dae 100644
--- a/misc/ree/Makefile
+++ b/misc/ree/Makefile
@@ -17,7 +17,6 @@ ONLY_FOR_ARCHS= i386 amd64
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
do-build:
@@ -26,12 +25,13 @@ do-build:
.endfor
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/rom-${PORTNAME}
- ${INSTALL_PROGRAM} ${WRKSRC}/fontdump ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
+ ${STAGEDIR}${PREFIX}/bin/rom-${PORTNAME}
+ ${INSTALL_PROGRAM} ${WRKSRC}/fontdump ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>