svn commit: r385277 - head/www/phpmyfaq

Baptiste Daroussin bapt at FreeBSD.org
Sun May 3 14:48:06 UTC 2015


Author: bapt
Date: Sun May  3 14:48:05 2015
New Revision: 385277
URL: https://svnweb.freebsd.org/changeset/ports/385277

Log:
  Do not chown in post-install, the plist does the job already
  Remove NEED_ROOT

Modified:
  head/www/phpmyfaq/Makefile

Modified: head/www/phpmyfaq/Makefile
==============================================================================
--- head/www/phpmyfaq/Makefile	Sun May  3 14:43:47 2015	(r385276)
+++ head/www/phpmyfaq/Makefile	Sun May  3 14:48:05 2015	(r385277)
@@ -12,8 +12,6 @@ COMMENT=	Multilingual, completely databa
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NEED_ROOT=	yes
-
 USE_PHP=	filter json mysql pcre pdf session xml xmlrpc xmlwriter zlib
 FAQ_DIR=	attachments data images inc pdf xml
 NO_BUILD=	YES
@@ -25,7 +23,6 @@ do-install:
 	@cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR}
 .for i in ${FAQ_DIR}
 	@${MKDIR} ${STAGEDIR}${WWWDIR}/${i}
-	@${CHOWN} ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/${i} ${STAGEDIR}${WWWDIR}/config
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list