diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-10 13:13:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-10 13:13:44 +0000 |
commit | 524abdd69ace5eae3be6db4719613c588c4491e4 (patch) | |
tree | d91ad9e55bdf955c600a39ce7250ba6ae04f5767 /games/phpua-engine/files/pkg-opts | |
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/pkg-opts')
-rw-r--r-- | games/phpua-engine/files/pkg-opts | 4 |
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] |