svn commit: r346043 - head/textproc/openvanilla-framework

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 16:12:41 UTC 2014


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>


More information about the svn-ports-head mailing list