aboutsummaryrefslogtreecommitdiff
path: root/textproc/openvanilla-framework
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 16:12:40 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 16:12:40 +0000
commit527e2c368383045c726f9d72eb1247acbba5cff7 (patch)
treeb16f4cfb8b178b65137335af968de63615814233 /textproc/openvanilla-framework
parent1efaf06ad35a07d3bf41a96c3c1cdd640f2f22f3 (diff)
downloadports-527e2c368383045c726f9d72eb1247acbba5cff7.tar.gz
ports-527e2c368383045c726f9d72eb1247acbba5cff7.zip
Notes
Diffstat (limited to 'textproc/openvanilla-framework')
-rw-r--r--textproc/openvanilla-framework/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/openvanilla-framework/Makefile b/textproc/openvanilla-framework/Makefile
index 60333ab13001..adfa7dffe5c9 100644
--- a/textproc/openvanilla-framework/Makefile
+++ b/textproc/openvanilla-framework/Makefile
@@ -4,7 +4,7 @@
PORTNAME= openvanilla-framework
PORTVERSION= 0.7.2.20070514
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= rafan
DISTNAME= openvanilla-${PORTVERSION}
@@ -13,9 +13,9 @@ COMMENT= Development header files for OpenVanilla
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/include/OpenVanilla
- @${INSTALL_DATA} ${WRKSRC}/Framework/Headers/* ${PREFIX}/include/OpenVanilla
+ ${MKDIR} ${STAGEDIR}${PREFIX}/include/OpenVanilla
+ ${INSTALL_DATA} ${WRKSRC}/Framework/Headers/* \
+ ${STAGEDIR}${PREFIX}/include/OpenVanilla
.include <bsd.port.mk>