1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Do not chown in post-install, the plist does the job already

Remove NEED_ROOT
This commit is contained in:
Baptiste Daroussin 2015-05-03 14:48:05 +00:00
parent d6ded92e46
commit e254149019
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385277

View File

@ -12,8 +12,6 @@ COMMENT= Multilingual, completely database-driven FAQ-system
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>