1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

wheel is a group, not an owner

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-11-14 21:35:11 +00:00
parent 0f91245dbb
commit 6c37cad193
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372578

View File

@ -88,7 +88,7 @@ PLIST_FILES+= "@owner www" \
"@group www" \
${MODULE_FILES:C|^|%%DRUPAL_MODDIR%%/|} \
"@owner root" \
"@owner wheel"
"@group wheel"
PLIST_DIRS+= ${MODULE_DIRS:C|^|%%DRUPAL_MODDIR%%/|}
PLIST_DIRS+= ${DRUPAL_MODDIR} ${DRUPAL_BASE}
.endif