Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 13:00:42 +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: r356773 - head/www/photo_gallery
Message-ID:  <201406061300.s56D0gVh023957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jun  6 13:00:41 2014
New Revision: 356773
URL: http://svnweb.freebsd.org/changeset/ports/356773
QAT: https://qat.redports.org/buildarchive/r356773/

Log:
  - Stage support
  
  PR:		189967

Modified:
  head/www/photo_gallery/Makefile

Modified: head/www/photo_gallery/Makefile
==============================================================================
--- head/www/photo_gallery/Makefile	Fri Jun  6 13:00:13 2014	(r356772)
+++ head/www/photo_gallery/Makefile	Fri Jun  6 13:00:41 2014	(r356773)
@@ -20,10 +20,9 @@ USE_APACHE_RUN=	22+
 USES=		perl5
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-install:
-		${MKDIR} ${WWWDIR}/
+		${MKDIR} ${STAGEDIR}${WWWDIR}/
 		@cd ${WRKSRC}; ${FIND} . \
-			| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
+			| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
 
 .include <bsd.port.mk>



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