Date: Tue, 25 Feb 2014 16:12:40 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346043 - head/textproc/openvanilla-framework Message-ID: <201402251612.s1PGCelp092867@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Feb 25 16:12:40 2014 New Revision: 346043 URL: http://svnweb.freebsd.org/changeset/ports/346043 QAT: https://qat.redports.org/buildarchive/r346043/ Log: Support staging Modified: head/textproc/openvanilla-framework/Makefile Modified: head/textproc/openvanilla-framework/Makefile ============================================================================== --- head/textproc/openvanilla-framework/Makefile Tue Feb 25 16:11:37 2014 (r346042) +++ head/textproc/openvanilla-framework/Makefile Tue Feb 25 16:12:40 2014 (r346043) @@ -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 Op 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402251612.s1PGCelp092867>