diff options
Diffstat (limited to 'games/phpua-engine')
-rw-r--r-- | games/phpua-engine/Makefile | 4 | ||||
-rw-r--r-- | games/phpua-engine/files/pkg-opts | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/phpua-engine/Makefile b/games/phpua-engine/Makefile index 3c37deb94d9b..80c8eadbc8f1 100644 --- a/games/phpua-engine/Makefile +++ b/games/phpua-engine/Makefile @@ -22,8 +22,8 @@ PLIST_SUB+= PHPUADIR=${PHPUADIR} # Dynamic custom variables WWWDOC?= www/data -PHPUA_USER?= www -PHPUA_GROUP?= www +PHPUA_USER?= ${WWWOWN} +PHPUA_GROUP?= ${WWWGRP} APPNAME?= phpua # Static Variables diff --git a/games/phpua-engine/files/pkg-opts b/games/phpua-engine/files/pkg-opts index 94bc8831da14..c6593c739a38 100644 --- a/games/phpua-engine/files/pkg-opts +++ b/games/phpua-engine/files/pkg-opts @@ -2,10 +2,10 @@ > WWWDOC [www/data] The DocumentRoot for your webserver under ${PREFIX} -> USER [www] +> PHPUA_USER [www] The user ID under which your webserver runs -> GROUP [www] +> PHPUA_GROUP [www] The group ID under which your webserver runs > APPNAME [phpua] |