Date: Thu, 4 Dec 2014 19:40:38 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373981 - head/www/grafana Message-ID: <201412041940.sB4Jec1p099691@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Dec 4 19:40:37 2014 New Revision: 373981 URL: https://svnweb.freebsd.org/changeset/ports/373981 QAT: https://qat.redports.org/buildarchive/r373981/ Log: Allow staging as a regular user Modified: head/www/grafana/Makefile Modified: head/www/grafana/Makefile ============================================================================== --- head/www/grafana/Makefile Thu Dec 4 19:03:26 2014 (r373980) +++ head/www/grafana/Makefile Thu Dec 4 19:40:37 2014 (r373981) @@ -16,7 +16,6 @@ NO_BUILD= yes do-install: @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/ @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412041940.sB4Jec1p099691>