Date: Sun, 25 May 2014 05:30:23 +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: r355127 - head/www/gallery3 Message-ID: <201405250530.s4P5UNHB035059@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun May 25 05:30:22 2014 New Revision: 355127 URL: http://svnweb.freebsd.org/changeset/ports/355127 QAT: https://qat.redports.org/buildarchive/r355127/ Log: - Stage support PR: 190113 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: maintainer Modified: head/www/gallery3/Makefile Modified: head/www/gallery3/Makefile ============================================================================== --- head/www/gallery3/Makefile Sun May 25 05:29:24 2014 (r355126) +++ head/www/gallery3/Makefile Sun May 25 05:30:22 2014 (r355127) @@ -25,7 +25,6 @@ OPTIONS_DEFINE= DCRAW FFMPEG GD GRAPHMAG NETPBM NLS UNZIP OPTIONS_DEFAULT= IMAGEMAGICK JHEAD UNZIP -NO_STAGE= yes .include <bsd.port.options.mk> .if defined(GALLERY3DIR) @@ -76,8 +75,8 @@ RUN_DEPENDS+= unzip:${PORTSDIR}/archiver .endif do-install: - @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${WWWDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/ + @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/ @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} .if !defined(BATCH)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405250530.s4P5UNHB035059>