security/nextcloud-passman: Don't install as www
Reported by: bapt
This commit is contained in:
parent
68aa19eb00
commit
8b82cc839c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461137
2 changed files with 1 additions and 8 deletions
|
@ -18,15 +18,10 @@ RUN_DEPENDS= nextcloud>=9:www/nextcloud
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
NEXTCLOUD_USERNAME?= ${WWWOWN}
|
|
||||||
NEXTCLOUD_GROUPNAME?= ${WWWGRP}
|
|
||||||
|
|
||||||
PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
|
|
||||||
NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
|
|
||||||
|
|
||||||
WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME}
|
WWWDIR= ${PREFIX}/www/nextcloud/apps/${PORTNAME}
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
@owner %%NEXTCLOUD_USERNAME%%
|
|
||||||
@group %%NEXTCLOUD_GROUPNAME%%
|
|
||||||
%%WWWDIR%%/AUTHORS.md
|
%%WWWDIR%%/AUTHORS.md
|
||||||
%%WWWDIR%%/CHANGELOG.md
|
%%WWWDIR%%/CHANGELOG.md
|
||||||
%%WWWDIR%%/CNAME
|
%%WWWDIR%%/CNAME
|
||||||
|
|
Loading…
Reference in a new issue