mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Really fix the ownership of installed files
Approved by: portmgr (kris)
This commit is contained in:
parent
73481d885a
commit
e72c5c9b02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140931
@ -26,7 +26,7 @@ PKGOPTS= ${FILESDIR}/pkg-opts
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_SUB+= PHPUA=${PHPUA}
|
||||
PLIST_SUB+= PHPUA=${PHPUA} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP}
|
||||
|
||||
options:
|
||||
@ ${ECHO_MSG} "===> Build options for ${PKGNAME}:"
|
||||
|
@ -1,5 +1,3 @@
|
||||
@owner www
|
||||
@group www
|
||||
%%PHPUA%%/plugins/plugin_bf/plugin_bf.inc
|
||||
%%PHPUA%%/plugins/plugin_bf/plugin_bf_mode_info.inc
|
||||
%%PHPUA%%/plugins/plugin_bf/plugin_bf_mode_rules.inc
|
||||
@ -11,6 +9,7 @@
|
||||
%%PHPUA%%/templates/default/plugin_bf/x.js
|
||||
%%PHPUA%%/templates/javascript/plugin_bf/info.tpl
|
||||
%%PHPUA%%/templates/wap/plugin_bf/info.tpl
|
||||
@exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUA%%
|
||||
@dirrm %%PHPUA%%/templates/wap/plugin_bf
|
||||
@dirrm %%PHPUA%%/templates/javascript/plugin_bf
|
||||
@dirrm %%PHPUA%%/templates/default/plugin_bf
|
||||
|
@ -26,7 +26,7 @@ PKGOPTS= ${FILESDIR}/pkg-opts
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_SUB+= PHPUA=${PHPUA}
|
||||
PLIST_SUB+= PHPUA=${PHPUA} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP}
|
||||
|
||||
options:
|
||||
@ ${ECHO_MSG} "===> Build options for ${PKGNAME}:"
|
||||
|
@ -1,5 +1,3 @@
|
||||
@owner www
|
||||
@group www
|
||||
%%PHPUA%%/images/plugin_cod/maps/mp_brecourt.jpg
|
||||
%%PHPUA%%/images/plugin_cod/maps/mp_carentan.jpg
|
||||
%%PHPUA%%/images/plugin_cod/maps/mp_chateau.jpg
|
||||
@ -24,6 +22,7 @@
|
||||
%%PHPUA%%/templates/default/plugin_cod/x.js
|
||||
%%PHPUA%%/templates/javascript/plugin_cod/info.tpl
|
||||
%%PHPUA%%/templates/wap/plugin_cod/info.tpl
|
||||
@exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUA%%
|
||||
@dirrm %%PHPUA%%/templates/wap/plugin_cod
|
||||
@dirrm %%PHPUA%%/templates/javascript/plugin_cod
|
||||
@dirrm %%PHPUA%%/templates/default/plugin_cod
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= phpua-engine
|
||||
PORTVERSION= 1.1.0b
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpua
|
||||
@ -19,7 +19,7 @@ NO_BUILD= yes
|
||||
USE_APACHE= yes
|
||||
USE_PHP= yes
|
||||
|
||||
PLIST_SUB+= PHPUADIR=${PHPUADIR}
|
||||
PLIST_SUB+= PHPUADIR=${PHPUADIR} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP}
|
||||
|
||||
# Dynamic custom variables
|
||||
WWWDOC?= www/data
|
||||
|
@ -1,5 +1,3 @@
|
||||
@owner www
|
||||
@group www
|
||||
%%PHPUADIR%%/index.php
|
||||
%%PHPUADIR%%/install.php
|
||||
%%PHPUADIR%%/phpua.cfg.php
|
||||
@ -166,6 +164,7 @@
|
||||
%%PHPUADIR%%/templates/wap/index_offline.tpl
|
||||
%%PHPUADIR%%/templates/wap/index_online.tpl
|
||||
%%PHPUADIR%%/wap/index.php
|
||||
@exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUADIR%%
|
||||
|
||||
@dirrm %%PHPUADIR%%/doc
|
||||
@dirrm %%PHPUADIR%%/images/templates/default
|
||||
|
@ -26,7 +26,7 @@ PKGOPTS= ${FILESDIR}/pkg-opts
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_SUB+= PHPUA=${PHPUA}
|
||||
PLIST_SUB+= PHPUA=${PHPUA} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP}
|
||||
|
||||
options:
|
||||
@ ${ECHO_MSG} "===> Build options for ${PKGNAME}:"
|
||||
|
@ -1,5 +1,3 @@
|
||||
@owner www
|
||||
@group www
|
||||
%%PHPUA%%/images/templates/default/plugin_hl/bomb.png
|
||||
%%PHPUA%%/images/templates/default/plugin_hl/bomb_planted.png
|
||||
%%PHPUA%%/images/templates/default/plugin_hl/dispenser.png
|
||||
@ -54,6 +52,7 @@
|
||||
%%PHPUA%%/templates/default/plugin_hl/x.js
|
||||
%%PHPUA%%/templates/javascript/plugin_hl/info.tpl
|
||||
%%PHPUA%%/templates/wap/plugin_hl/info.tpl
|
||||
@exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUA%%
|
||||
@dirrm %%PHPUA%%/templates/wap/plugin_hl
|
||||
@dirrm %%PHPUA%%/templates/javascript/plugin_hl
|
||||
@dirrm %%PHPUA%%/templates/default/plugin_hl
|
||||
|
@ -26,7 +26,7 @@ PKGOPTS= ${FILESDIR}/pkg-opts
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_SUB+= PHPUA=${PHPUA}
|
||||
PLIST_SUB+= PHPUA=${PHPUA} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP}
|
||||
|
||||
options:
|
||||
@ ${ECHO_MSG} "===> Build options for ${PKGNAME}:"
|
||||
|
@ -1,5 +1,3 @@
|
||||
@owner www
|
||||
@group www
|
||||
%%PHPUA%%/images/plugin_q3/maps/pro-q3dm13.jpg
|
||||
%%PHPUA%%/images/plugin_q3/maps/pro-q3dm6.jpg
|
||||
%%PHPUA%%/images/plugin_q3/maps/pro-q3tourney2.jpg
|
||||
@ -67,6 +65,7 @@
|
||||
%%PHPUA%%/templates/default/plugin_q3/x.js
|
||||
%%PHPUA%%/templates/javascript/plugin_q3/info.tpl
|
||||
%%PHPUA%%/templates/wap/plugin_q3/info.tpl
|
||||
@exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUA%%
|
||||
@dirrm %%PHPUA%%/templates/wap/plugin_q3
|
||||
@dirrm %%PHPUA%%/templates/javascript/plugin_q3
|
||||
@dirrm %%PHPUA%%/templates/default/plugin_q3
|
||||
|
@ -26,7 +26,7 @@ PKGOPTS= ${FILESDIR}/pkg-opts
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_SUB+= PHPUA=${PHPUA}
|
||||
PLIST_SUB+= PHPUA=${PHPUA} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP}
|
||||
|
||||
options:
|
||||
@ ${ECHO_MSG} "===> Build options for ${PKGNAME}:"
|
||||
|
@ -1,5 +1,3 @@
|
||||
@owner www
|
||||
@group www
|
||||
%%PHPUA%%/images/plugin_ut/faces/CommandoSkins.Blake.jpg
|
||||
%%PHPUA%%/images/plugin_ut/faces/CommandoSkins.Boris.jpg
|
||||
%%PHPUA%%/images/plugin_ut/faces/CommandoSkins.Gorn.jpg
|
||||
@ -89,6 +87,7 @@
|
||||
%%PHPUA%%/templates/default/plugin_ut/x.js
|
||||
%%PHPUA%%/templates/javascript/plugin_ut/info.tpl
|
||||
%%PHPUA%%/templates/wap/plugin_ut/info.tpl
|
||||
@exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUA%%
|
||||
@dirrm %%PHPUA%%/templates/wap/plugin_ut
|
||||
@dirrm %%PHPUA%%/templates/javascript/plugin_ut
|
||||
@dirrm %%PHPUA%%/templates/default/plugin_ut
|
||||
|
@ -26,7 +26,7 @@ PKGOPTS= ${FILESDIR}/pkg-opts
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_SUB+= PHPUA=${PHPUA}
|
||||
PLIST_SUB+= PHPUA=${PHPUA} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP}
|
||||
|
||||
options:
|
||||
@ ${ECHO_MSG} "===> Build options for ${PKGNAME}:"
|
||||
|
@ -1,5 +1,3 @@
|
||||
@owner www
|
||||
@group www
|
||||
%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003.inc
|
||||
%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003_mode_info.inc
|
||||
%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003_mode_rules.inc
|
||||
@ -11,6 +9,7 @@
|
||||
%%PHPUA%%/templates/default/plugin_ut2003/x.js
|
||||
%%PHPUA%%/templates/javascript/plugin_ut2003/info.tpl
|
||||
%%PHPUA%%/templates/wap/plugin_ut2003/info.tpl
|
||||
@exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUA%%
|
||||
@dirrm %%PHPUA%%/templates/wap/plugin_ut2003
|
||||
@dirrm %%PHPUA%%/templates/javascript/plugin_ut2003
|
||||
@dirrm %%PHPUA%%/templates/default/plugin_ut2003
|
||||
|
Loading…
Reference in New Issue
Block a user