diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-27 07:27:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-27 07:27:43 +0800 |
commit | a9156ca1caa8d06e5dfda4703427399116c6b445 (patch) | |
tree | 9fc2a356ead8fa78206ad3ff4bf33ec94c12e3f3 /games/linux-ssamtfe | |
parent | cbc63d611c2c592697dfaf94c3dc3e3544b73099 (diff) | |
download | freebsd-ports-gnome-a9156ca1caa8d06e5dfda4703427399116c6b445.tar.gz freebsd-ports-gnome-a9156ca1caa8d06e5dfda4703427399116c6b445.tar.zst freebsd-ports-gnome-a9156ca1caa8d06e5dfda4703427399116c6b445.zip |
- Modernize plist
- Don't cat pkg-message from Makefile
Approved by: portmgr blanket
Diffstat (limited to 'games/linux-ssamtfe')
-rw-r--r-- | games/linux-ssamtfe/Makefile | 3 | ||||
-rw-r--r-- | games/linux-ssamtfe/pkg-plist | 53 |
2 files changed, 1 insertions, 55 deletions
diff --git a/games/linux-ssamtfe/Makefile b/games/linux-ssamtfe/Makefile index 3e388618d6f3..1e210157b4f0 100644 --- a/games/linux-ssamtfe/Makefile +++ b/games/linux-ssamtfe/Makefile @@ -115,7 +115,4 @@ do-install: .endfor .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> diff --git a/games/linux-ssamtfe/pkg-plist b/games/linux-ssamtfe/pkg-plist index 0b896e1d69c8..9bca1e777b23 100644 --- a/games/linux-ssamtfe/pkg-plist +++ b/games/linux-ssamtfe/pkg-plist @@ -1,7 +1,5 @@ -@unexec if cmp -s %D/etc/ssamtfe.conf %D/etc/ssamtfe.conf.sample; then rm -f %D/etc/ssamtfe.conf; fi bin/ssamtfe -etc/ssamtfe.conf.sample -@exec [ -f %B/ssamtfe.conf ] || cp %B/%f %B/ssamtfe.conf +@sample etc/ssamtfe.conf.sample %%DATADIR%%/1_00_ExtraTools.gro %%NORMAL%%%%DATADIR%%/1_00_a.gro %%GOLD%%%%DATADIR%%/1_00c.gro @@ -164,52 +162,3 @@ etc/ssamtfe.conf.sample %%DATADIR%%/Scripts/Game_startup.ini %%DATADIR%%/Scripts/PersistentSymbols.ini %%DATADIR%%/VirtualTrees/BasicVirtualTree.vrt -@dirrmtry %%DATADIR%%/Bin -@dirrmtry %%DATADIR%%/Controls/System -@dirrmtry %%DATADIR%%/Controls -@dirrmtry %%DATADIR%%/Data/Defaults -@dirrmtry %%DATADIR%%/Data/Var -@dirrmtry %%DATADIR%%/Data -@dirrmtry %%DATADIR%%/Demos -@dirrmtry %%DATADIR%%/Help -@dirrmtry %%DATADIR%%/Levels/Deathmatch -@dirrmtry %%DATADIR%%/Levels -@dirrmtry %%DATADIR%%/Mods/SeriousSam -@dirrmtry %%DATADIR%%/Mods -@dirrmtry %%DATADIR%%/Players -@dirrmtry %%DATADIR%%/SaveGame/Network/Quick -@dirrmtry %%DATADIR%%/SaveGame/Network -@dirrmtry %%DATADIR%%/SaveGame/Player0/Quick -@dirrmtry %%DATADIR%%/SaveGame/Player0 -@dirrmtry %%DATADIR%%/SaveGame/Player1/Quick -@dirrmtry %%DATADIR%%/SaveGame/Player1 -@dirrmtry %%DATADIR%%/SaveGame/Player2/Quick -@dirrmtry %%DATADIR%%/SaveGame/Player2 -@dirrmtry %%DATADIR%%/SaveGame/Player3/Quick -@dirrmtry %%DATADIR%%/SaveGame/Player3 -@dirrmtry %%DATADIR%%/SaveGame/Player4/Quick -@dirrmtry %%DATADIR%%/SaveGame/Player4 -@dirrmtry %%DATADIR%%/SaveGame/Player5/Quick -@dirrmtry %%DATADIR%%/SaveGame/Player5 -@dirrmtry %%DATADIR%%/SaveGame/Player6/Quick -@dirrmtry %%DATADIR%%/SaveGame/Player6 -@dirrmtry %%DATADIR%%/SaveGame/Player7/Quick -@dirrmtry %%DATADIR%%/SaveGame/Player7 -@dirrmtry %%DATADIR%%/SaveGame/SplitScreen/Quick -@dirrmtry %%DATADIR%%/SaveGame/SplitScreen -@dirrmtry %%DATADIR%%/SaveGame -@dirrmtry %%DATADIR%%/Scripts/Commands -@dirrmtry %%DATADIR%%/Scripts/CustomOptions -@dirrmtry %%DATADIR%%/Scripts/Dedicated/DefaultCoop -@dirrmtry %%DATADIR%%/Scripts/Dedicated/DefaultFragmatch -@dirrmtry %%DATADIR%%/Scripts/Dedicated/DefaultScorematch -@dirrmtry %%DATADIR%%/Scripts/Dedicated/DemoCoop -@dirrmtry %%DATADIR%%/Scripts/Dedicated -@dirrmtry %%DATADIR%%/Scripts/GLSettings -@dirrmtry %%DATADIR%%/Scripts/Menu -@dirrmtry %%DATADIR%%/Scripts/NetSettings -@dirrmtry %%DATADIR%%/Scripts/WorldEditorKeys -@dirrmtry %%DATADIR%%/Scripts -@dirrmtry %%DATADIR%%/Temp -@dirrmtry %%DATADIR%%/VirtualTrees -@dirrmtry %%DATADIR%% |