Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 02:41:48 +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: r342924 - head/www/typolight
Message-ID:  <201402060241.s162fmZ9081347@svn.freebsd.org>

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



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