diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-05 03:40:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-05 03:40:37 +0800 |
commit | d35406c982e2179200c3f001db6848fb7c5e2bea (patch) | |
tree | d288415a429b9e7323fe82e4697346d8bfc3e0a8 /www/grafana | |
parent | 145679ce4c217b0127d50ca3c0f0350ea28bd674 (diff) | |
download | freebsd-ports-gnome-d35406c982e2179200c3f001db6848fb7c5e2bea.tar.gz freebsd-ports-gnome-d35406c982e2179200c3f001db6848fb7c5e2bea.tar.zst freebsd-ports-gnome-d35406c982e2179200c3f001db6848fb7c5e2bea.zip |
Allow staging as a regular user
Diffstat (limited to 'www/grafana')
-rw-r--r-- | www/grafana/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/grafana/Makefile b/www/grafana/Makefile index 1b986ac6a61e..4b66bf65a221 100644 --- a/www/grafana/Makefile +++ b/www/grafana/Makefile @@ -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> |