Date: Mon, 11 Apr 2016 12:33:53 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413025 - head/www/plexwatchweb Message-ID: <201604111233.u3BCXrvv039292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Apr 11 12:33:53 2016 New Revision: 413025 URL: https://svnweb.freebsd.org/changeset/ports/413025 Log: Fix build as a user. Sponsored by: Absolight Modified: head/www/plexwatchweb/Makefile (contents, props changed) Modified: head/www/plexwatchweb/Makefile ============================================================================== --- head/www/plexwatchweb/Makefile Mon Apr 11 12:33:47 2016 (r413024) +++ head/www/plexwatchweb/Makefile Mon Apr 11 12:33:53 2016 (r413025) @@ -23,7 +23,6 @@ NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/config - ${CHOWN} ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/config ${RM} -r ${WRKSRC}/config (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR}/)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604111233.u3BCXrvv039292>