Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 06:22:38 +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: r356596 - head/www/nibbleblog
Message-ID:  <201406050622.s556McCH071207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Jun  5 06:22:38 2014
New Revision: 356596
URL: http://svnweb.freebsd.org/changeset/ports/356596
QAT: https://qat.redports.org/buildarchive/r356596/

Log:
  - Stage support
  
  PR:		190292
  dd

Modified:
  head/www/nibbleblog/Makefile

Modified: head/www/nibbleblog/Makefile
==============================================================================
--- head/www/nibbleblog/Makefile	Thu Jun  5 06:20:56 2014	(r356595)
+++ head/www/nibbleblog/Makefile	Thu Jun  5 06:22:38 2014	(r356596)
@@ -22,7 +22,6 @@ USE_PHP=	session filter xml simplexml gd
 PKGMESSAGE=	${MASTERDIR}/pkg-message
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MAPACHE}
@@ -33,9 +32,9 @@ RUN_DEPENDS+=	lighttpd:${PORTSDIR}/www/l
 .endif
 
 do-install:
-	@${MKDIR} ${WWWDIR}
-	@${CP} -r ${WRKDIR}/${PORTNAME}/ ${WWWDIR}
-	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	@${CP} -r ${WRKDIR}/${PORTNAME}/ ${STAGEDIR}${WWWDIR}
+	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
 
 post-install:
 	${CAT} ${PKGMESSAGE}



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