Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 17:00:01 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342778 - head/www/mybb
Message-ID:  <201402051700.s15H01Nw039043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051700.s15H01Nw039043>