diff options
author | pav <pav@FreeBSD.org> | 2005-08-10 21:13:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-08-10 21:13:44 +0800 |
commit | af0ca1c4de6b0dacd6dd6889e6821651b55e2012 (patch) | |
tree | 5cd89008955c72650cbb51d720d0439c89c81cb5 /games/phpua-engine/Makefile | |
parent | 29e78218769803c1ca2d2ef046def46b1e3912d3 (diff) | |
download | freebsd-ports-gnome-af0ca1c4de6b0dacd6dd6889e6821651b55e2012.tar.gz freebsd-ports-gnome-af0ca1c4de6b0dacd6dd6889e6821651b55e2012.tar.zst freebsd-ports-gnome-af0ca1c4de6b0dacd6dd6889e6821651b55e2012.zip |
- 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)
Diffstat (limited to 'games/phpua-engine/Makefile')
-rw-r--r-- | games/phpua-engine/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |