svn commit: r413025 - head/www/plexwatchweb

Mathieu Arnold mat at FreeBSD.org
Mon Apr 11 12:33:55 UTC 2016


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}/)
 


More information about the svn-ports-all mailing list