svn commit: r356773 - head/www/photo_gallery
Martin Wilke
miwi at FreeBSD.org
Fri Jun 6 13:00:42 UTC 2014
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>
More information about the svn-ports-all
mailing list