svn commit: r342924 - head/www/typolight

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 02:41:48 UTC 2014


Author: miwi
Date: Thu Feb  6 02:41:47 2014
New Revision: 342924
URL: http://svnweb.freebsd.org/changeset/ports/342924
QAT: https://qat.redports.org/buildarchive/r342924/

Log:
  - Stage support

Modified:
  head/www/typolight/Makefile

Modified: head/www/typolight/Makefile
==============================================================================
--- head/www/typolight/Makefile	Thu Feb  6 02:41:31 2014	(r342923)
+++ head/www/typolight/Makefile	Thu Feb  6 02:41:47 2014	(r342924)
@@ -15,15 +15,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}/system/config/localconfig.php
-	@${CHOWN} ${WWWOWN} ${WWWDIR}/system/config/localconfig.php
-	@${CAT} ${PKGMESSAGE}
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
+	${TOUCH} ${STAGEDIR}${WWWDIR}/system/config/localconfig.php
+	@${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/system/config/localconfig.php
 
 create-plist:
 	@${FIND} -s ${WRKSRC}/${file} -not -type d \


More information about the svn-ports-all mailing list