mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
94a9d83355
- Move files base to ${PREFIX}/libexec. PR: ports/129334 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
68 lines
2.5 KiB
Plaintext
68 lines
2.5 KiB
Plaintext
@unexec if cmp -s %D/etc/sampsvr.cfg %D/etc/sampsvr.cfg.dist; then rm -f %D/etc/sampsvr.cfg; fi
|
|
etc/sampsvr.cfg.dist
|
|
@exec [ -f %B/sampsvr.cfg ] || cp %B/%f %B/sampsvr.cfg
|
|
%%SAMPDIR%%/%%SAMPBIN%%
|
|
%%SAMPDIR%%/announce
|
|
%%SAMPDIR%%/server.cfg
|
|
%%SAMPDIR%%/filterscripts
|
|
%%SAMPDIR%%/gamemodes
|
|
%%SAMPDIR%%/scriptfiles
|
|
%%DATADIR%%/filterscripts/actions.amx
|
|
%%DATADIR%%/filterscripts/actions.pwn
|
|
%%DATADIR%%/filterscripts/adminspec.amx
|
|
%%DATADIR%%/filterscripts/adminspec.pwn
|
|
%%DATADIR%%/filterscripts/olddance.pwn
|
|
%%DATADIR%%/filterscripts/vactions.pwn
|
|
%%DATADIR%%/filterscripts/vactions.amx
|
|
%%DATADIR%%/gamemodes/area51.amx
|
|
%%DATADIR%%/gamemodes/area51.pwn
|
|
%%DATADIR%%/gamemodes/barron.amx
|
|
%%DATADIR%%/gamemodes/barron.pwn
|
|
%%DATADIR%%/gamemodes/cng.amx
|
|
%%DATADIR%%/gamemodes/cng.pwn
|
|
%%DATADIR%%/gamemodes/freighter.amx
|
|
%%DATADIR%%/gamemodes/freighter.pwn
|
|
%%DATADIR%%/gamemodes/ls-parachute.amx
|
|
%%DATADIR%%/gamemodes/ls-parachute.pwn
|
|
%%DATADIR%%/gamemodes/lvdm.amx
|
|
%%DATADIR%%/gamemodes/lvdm.pwn
|
|
%%DATADIR%%/gamemodes/lyse.amx
|
|
%%DATADIR%%/gamemodes/lyse.pwn
|
|
%%DATADIR%%/gamemodes/manhunt-lv.amx
|
|
%%DATADIR%%/gamemodes/manhunt-lv.pwn
|
|
%%DATADIR%%/gamemodes/minigunmadness.amx
|
|
%%DATADIR%%/gamemodes/minigunmadness.pwn
|
|
%%DATADIR%%/gamemodes/monster.amx
|
|
%%DATADIR%%/gamemodes/monster.pwn
|
|
%%DATADIR%%/gamemodes/rivershell.amx
|
|
%%DATADIR%%/gamemodes/rivershell.pwn
|
|
%%DATADIR%%/gamemodes/rivershell2.amx
|
|
%%DATADIR%%/gamemodes/sftdm.amx
|
|
%%DATADIR%%/gamemodes/sftdm.pwn
|
|
%%DATADIR%%/gamemodes/sniper.amx
|
|
%%DATADIR%%/gamemodes/sniper.pwn
|
|
%%DATADIR%%/gamemodes/timertest.pwn
|
|
%%DATADIR%%/gamemodes/timertest.amx
|
|
%%DATADIR%%/scriptfiles/vehiclelists/README.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/bone.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/flint.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/ls_airport.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/ls_gen_inner.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/ls_gen_outer.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/ls_law.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/lv_airport.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/lv_gen.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/lv_law.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/red_county.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/sf_airport.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/sf_gen.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/sf_law.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/tierra.txt
|
|
%%DATADIR%%/scriptfiles/vehiclelists/whetstone.txt
|
|
@dirrmtry %%DATADIR%%/gamemodes
|
|
@dirrmtry %%DATADIR%%/filterscripts
|
|
@dirrmtry %%DATADIR%%/scriptfiles/vehiclelists
|
|
@dirrmtry %%DATADIR%%/scriptfiles
|
|
@dirrmtry %%DATADIR%%
|
|
@dirrmtry %%SAMPDIR%%
|