svn commit: r356596 - head/www/nibbleblog

Martin Wilke miwi at FreeBSD.org
Thu Jun 5 06:22:39 UTC 2014


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}


More information about the svn-ports-head mailing list