svn commit: r342780 - head/www/dotclear

Martin Wilke miwi at FreeBSD.org
Wed Feb 5 17:00:33 UTC 2014


Author: miwi
Date: Wed Feb  5 17:00:32 2014
New Revision: 342780
URL: http://svnweb.freebsd.org/changeset/ports/342780
QAT: https://qat.redports.org/buildarchive/r342780/

Log:
  - Stage support

Modified:
  head/www/dotclear/Makefile

Modified: head/www/dotclear/Makefile
==============================================================================
--- head/www/dotclear/Makefile	Wed Feb  5 17:00:19 2014	(r342779)
+++ head/www/dotclear/Makefile	Wed Feb  5 17:00:32 2014	(r342780)
@@ -16,15 +16,13 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 SUB_FILES=	pkg-message
 WWWDIR?=	${PREFIX}/www/${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 do-install:
-	@${MKDIR} ${WWWDIR}
-	${CP} -R ${WRKSRC}/ ${WWWDIR}
-	${TOUCH} ${WWWDIR}/inc/config.php
-	@${CHOWN} ${WWWOWN} ${WWWDIR}/inc/config.php
-	@${CAT} ${PKGMESSAGE}
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
+	${TOUCH} ${STAGEDIR}${WWWDIR}/inc/config.php
+	@${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/inc/config.php
 
 create-plist:
 	@${FIND} -s ${WRKSRC}/${file} -not -type d \


More information about the svn-ports-all mailing list