summaryrefslogtreecommitdiff
path: root/games/phpua-engine
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-08-10 13:13:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-08-10 13:13:44 +0000
commit524abdd69ace5eae3be6db4719613c588c4491e4 (patch)
treed91ad9e55bdf955c600a39ce7250ba6ae04f5767 /games/phpua-engine
parent- Update to 0.7.1 (it fixes build on 6.0) (diff)
- Rename USER and GROUP variables to PHPUA_USER and PHPUA_GROUP to avoid
collision with environment variables - Use WWWOWN and WWWGRP as default values for PHPUA_USER and PHPUA_GROUP Approved by: portmgr (clement)
Notes
Notes: svn path=/head/; revision=140832
Diffstat (limited to 'games/phpua-engine')
-rw-r--r--games/phpua-engine/Makefile4
-rw-r--r--games/phpua-engine/files/pkg-opts4
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]