From 527e2c368383045c726f9d72eb1247acbba5cff7 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 25 Feb 2014 16:12:40 +0000 Subject: Support staging --- textproc/openvanilla-framework/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'textproc/openvanilla-framework') 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 -- cgit v1.2.3