summaryrefslogtreecommitdiff
path: root/games/phpua-engine/files
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/files
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/files')
-rw-r--r--games/phpua-engine/files/pkg-opts4
1 files changed, 2 insertions, 2 deletions
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]