diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-06 13:00:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-06 13:00:41 +0000 |
commit | 7ef0c85f6532a27725ae2ca856312354d1af0faf (patch) | |
tree | 1016f2b8d5b0703d03172d2c9fb280bd7090eb4d | |
parent | 0d794ab26c20f9873701fa619d82b94514d6d87d (diff) |
- Stage support
PR: 189967
Notes
Notes:
svn path=/head/; revision=356773
-rw-r--r-- | www/photo_gallery/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/photo_gallery/Makefile b/www/photo_gallery/Makefile index 0e7d5633804c..fecebf888e91 100644 --- a/www/photo_gallery/Makefile +++ b/www/photo_gallery/Makefile @@ -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> |