diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-09 19:21:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-09 19:21:50 +0000 |
commit | c63d33e3debfcd6abaa1b71bbf37ee4a99dbc47f (patch) | |
tree | b2643e467c68f4e4eef26b70c36080a6b29826aa /games/phpua-engine | |
parent | d47bc79c98eb0b32dace8e0baf53fc7613941148 (diff) |
Notes
Diffstat (limited to 'games/phpua-engine')
-rw-r--r-- | games/phpua-engine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/phpua-engine/Makefile b/games/phpua-engine/Makefile index d20888bfbcdf..3c37deb94d9b 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 -USER?= www -GROUP?= www +PHPUA_USER?= www +PHPUA_GROUP?= www APPNAME?= phpua # Static Variables @@ -59,6 +59,6 @@ do-install: @ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUADIR}/ @ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUADIR}/ @ ${CP} -R ${WRKDIR}/wap ${PREFIX}/${PHPUADIR}/ - @ ${CHOWN} -R ${USER}:${GROUP} ${PREFIX}/${PHPUADIR}/ + @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${PREFIX}/${PHPUADIR}/ .include <bsd.port.mk> |