summaryrefslogtreecommitdiff
path: root/games
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
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')
-rw-r--r--games/phpua-bf/Makefile6
-rw-r--r--games/phpua-bf/files/pkg-opts4
-rw-r--r--games/phpua-cod/Makefile6
-rw-r--r--games/phpua-cod/files/pkg-opts4
-rw-r--r--games/phpua-engine/Makefile4
-rw-r--r--games/phpua-engine/files/pkg-opts4
-rw-r--r--games/phpua-hl/Makefile6
-rw-r--r--games/phpua-hl/files/pkg-opts4
-rw-r--r--games/phpua-q3/Makefile6
-rw-r--r--games/phpua-q3/files/pkg-opts4
-rw-r--r--games/phpua-ut/Makefile6
-rw-r--r--games/phpua-ut/files/pkg-opts4
-rw-r--r--games/phpua-ut2003/Makefile6
-rw-r--r--games/phpua-ut2003/files/pkg-opts4
14 files changed, 34 insertions, 34 deletions
diff --git a/games/phpua-bf/Makefile b/games/phpua-bf/Makefile
index 599de81f8bdf..81452889dcde 100644
--- a/games/phpua-bf/Makefile
+++ b/games/phpua-bf/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine
# Some variables you can change
PHPUA?= www/data/phpua
-USER?= www
-GROUP?= www
+PHPUA_USER?= ${WWWOWN}
+PHPUA_GROUP?= ${WWWGRP}
# Static Variables
PKGOPTS= ${FILESDIR}/pkg-opts
@@ -43,7 +43,7 @@ pre-everything::
do-install:
@ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/
@ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/
- @ ${CHOWN} -R ${USER}:${GROUP} ${PREFIX}/${PHPUA}
+ @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${PREFIX}/${PHPUA}
@ ${ECHO_MSG} ""
@ ${ECHO_MSG} "* Files have been installed in"
@ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}"
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
diff --git a/games/phpua-cod/Makefile b/games/phpua-cod/Makefile
index 1ab71a844f82..7e2555ffac58 100644
--- a/games/phpua-cod/Makefile
+++ b/games/phpua-cod/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine
# Some variables you can change
PHPUA?= www/data/phpua
-USER?= www
-GROUP?= www
+PHPUA_USER?= ${WWWOWN}
+PHPUA_GROUP?= ${WWWGRP}
# Static Variables
PKGOPTS= ${FILESDIR}/pkg-opts
@@ -44,7 +44,7 @@ do-install:
@ ${CP} -R ${WRKDIR}/images ${PREFIX}/${PHPUA}/
@ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/
@ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/
- @ ${CHOWN} -R ${USER}:${GROUP} ${PREFIX}/${PHPUA}
+ @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${PREFIX}/${PHPUA}
@ ${ECHO_MSG} ""
@ ${ECHO_MSG} "* Files have been installed in"
@ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}"
diff --git a/games/phpua-cod/files/pkg-opts b/games/phpua-cod/files/pkg-opts
index 60e0b3999572..5c101844d9b6 100644
--- a/games/phpua-cod/files/pkg-opts
+++ b/games/phpua-cod/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
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]
diff --git a/games/phpua-hl/Makefile b/games/phpua-hl/Makefile
index 21cd736c7e2f..59daceb97c20 100644
--- a/games/phpua-hl/Makefile
+++ b/games/phpua-hl/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine
# Some variables you can change
PHPUA?= www/data/phpua
-USER?= www
-GROUP?= www
+PHPUA_USER?= ${WWWOWN}
+PHPUA_GROUP?= ${WWWGRP}
# Static Variables
PKGOPTS= ${FILESDIR}/pkg-opts
@@ -44,7 +44,7 @@ do-install:
@ ${CP} -R ${WRKDIR}/images ${PREFIX}/${PHPUA}/
@ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/
@ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/
- @ ${CHOWN} -R ${USER}:${GROUP} ${PREFIX}/${PHPUA}
+ @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${PREFIX}/${PHPUA}
@ ${ECHO_MSG} ""
@ ${ECHO_MSG} "* Files have been installed in"
@ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}"
diff --git a/games/phpua-hl/files/pkg-opts b/games/phpua-hl/files/pkg-opts
index 60e0b3999572..5c101844d9b6 100644
--- a/games/phpua-hl/files/pkg-opts
+++ b/games/phpua-hl/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
diff --git a/games/phpua-q3/Makefile b/games/phpua-q3/Makefile
index 7da056b5f899..07f1a758a576 100644
--- a/games/phpua-q3/Makefile
+++ b/games/phpua-q3/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine
# Some variables you can change
PHPUA?= www/data/phpua
-USER?= www
-GROUP?= www
+PHPUA_USER?= ${WWWOWN}
+PHPUA_GROUP?= ${WWWGRP}
# Static Variables
PKGOPTS= ${FILESDIR}/pkg-opts
@@ -44,7 +44,7 @@ do-install:
@ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/
@ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/
@ ${CP} -R ${WRKDIR}/images ${PREFIX}/${PHPUA}/
- @ ${CHOWN} -R ${USER}:${GROUP} ${PREFIX}/${PHPUA}
+ @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${PREFIX}/${PHPUA}
@ ${ECHO_MSG} ""
@ ${ECHO_MSG} "* Files have been installed in"
@ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}"
diff --git a/games/phpua-q3/files/pkg-opts b/games/phpua-q3/files/pkg-opts
index 60e0b3999572..5c101844d9b6 100644
--- a/games/phpua-q3/files/pkg-opts
+++ b/games/phpua-q3/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
diff --git a/games/phpua-ut/Makefile b/games/phpua-ut/Makefile
index bfb399e472b0..703097dc0f81 100644
--- a/games/phpua-ut/Makefile
+++ b/games/phpua-ut/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine
# Some variables you can change
PHPUA?= www/data/phpua
-USER?= www
-GROUP?= www
+PHPUA_USER?= ${WWWOWN}
+PHPUA_GROUP?= ${WWWGRP}
# Static Variables
PKGOPTS= ${FILESDIR}/pkg-opts
@@ -44,7 +44,7 @@ do-install:
@ ${CP} -R ${WRKDIR}/images ${PREFIX}/${PHPUA}/
@ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/
@ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/
- @ ${CHOWN} -R ${USER}:${GROUP} ${PREFIX}/${PHPUA}
+ @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${PREFIX}/${PHPUA}
@ ${ECHO_MSG} ""
@ ${ECHO_MSG} "* Files have been installed in"
@ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}"
diff --git a/games/phpua-ut/files/pkg-opts b/games/phpua-ut/files/pkg-opts
index 60e0b3999572..5c101844d9b6 100644
--- a/games/phpua-ut/files/pkg-opts
+++ b/games/phpua-ut/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
diff --git a/games/phpua-ut2003/Makefile b/games/phpua-ut2003/Makefile
index 03acae41e34d..20995edb4594 100644
--- a/games/phpua-ut2003/Makefile
+++ b/games/phpua-ut2003/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS= ${PKG_DBDIR}/phpua-engine-1.1.0b:${PORTSDIR}/games/phpua-engine
# Some variables you can change
PHPUA?= www/data/phpua
-USER?= www
-GROUP?= www
+PHPUA_USER?= ${WWWOWN}
+PHPUA_GROUP?= ${WWWGRP}
# Static Variables
PKGOPTS= ${FILESDIR}/pkg-opts
@@ -43,7 +43,7 @@ pre-everything::
do-install:
@ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/
@ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/
- @ ${CHOWN} -R ${USER}:${GROUP} ${PREFIX}/${PHPUA}
+ @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${PREFIX}/${PHPUA}
@ ${ECHO_MSG} ""
@ ${ECHO_MSG} "* Files have been installed in"
@ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}"
diff --git a/games/phpua-ut2003/files/pkg-opts b/games/phpua-ut2003/files/pkg-opts
index 60e0b3999572..5c101844d9b6 100644
--- a/games/phpua-ut2003/files/pkg-opts
+++ b/games/phpua-ut2003/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