svn commit: r340756 - head/devel/cmake-fedora

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 23 00:07:30 UTC 2014


Author: bapt
Date: Thu Jan 23 00:07:29 2014
New Revision: 340756
URL: http://svnweb.freebsd.org/changeset/ports/340756
QAT: https://qat.redports.org/buildarchive/r340756/

Log:
  Support stage

Modified:
  head/devel/cmake-fedora/Makefile

Modified: head/devel/cmake-fedora/Makefile
==============================================================================
--- head/devel/cmake-fedora/Makefile	Thu Jan 23 00:03:34 2014	(r340755)
+++ head/devel/cmake-fedora/Makefile	Thu Jan 23 00:07:29 2014	(r340756)
@@ -14,15 +14,14 @@ LICENSE=	BSD
 
 WRKSRC=		${WRKDIR}/Modules
 NO_BUILD=	yes
-NO_STAGE=	yes
 REINPLACE_ARGS=	-i ''
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|date --utc|date -u|' ${WRKSRC}/DateTimeFormat.cmake
 
 do-install:
-	${MKDIR} ${PREFIX}/share/cmake/Modules
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/cmake/Modules
 	cd ${WRKSRC}/ && \
-		${INSTALL_DATA} * ${PREFIX}/share/cmake/Modules
+		${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/share/cmake/Modules
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list