svn commit: r342778 - head/www/mybb

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


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

Log:
  - Stage support

Modified:
  head/www/mybb/Makefile

Modified: head/www/mybb/Makefile
==============================================================================
--- head/www/mybb/Makefile	Wed Feb  5 16:59:37 2014	(r342777)
+++ head/www/mybb/Makefile	Wed Feb  5 17:00:00 2014	(r342778)
@@ -19,15 +19,13 @@ USE_MYSQL=	yes
 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 ${WWWDIR}/inc/settings.php
-	@${CAT} ${PKGMESSAGE}
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
+	${TOUCH} ${STAGEDIR}${WWWDIR}/inc/config.php
+	@${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/inc/config.php ${STAGEDIR}${WWWDIR}/inc/settings.php
 
 create-plist:
 	@${FIND} -s ${WRKSRC}/${file} -not -type d \


More information about the svn-ports-all mailing list