Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2015 14:48:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385277 - head/www/phpmyfaq
Message-ID:  <201505031448.t43Em6Zm022153@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505031448.t43Em6Zm022153>