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-bf/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-bf/files/pkg-opts')
-rw-r--r-- | games/phpua-bf/files/pkg-opts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/phpua-bf/files/pkg-opts b/games/phpua-bf/files/pkg-opts index 60e0b3999572..5c101844d9b6 100644 --- a/games/phpua-bf/files/pkg-opts +++ b/games/phpua-bf/files/pkg-opts @@ -2,9 +2,9 @@ > PHPUA [www/data/phpua] 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 |