svn commit: r387520 - head/games/linux-ssamtfe
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue May 26 23:27:45 UTC 2015
Author: amdmi3
Date: Tue May 26 23:27:43 2015
New Revision: 387520
URL: https://svnweb.freebsd.org/changeset/ports/387520
Log:
- Modernize plist
- Don't cat pkg-message from Makefile
Approved by: portmgr blanket
Modified:
head/games/linux-ssamtfe/Makefile
head/games/linux-ssamtfe/pkg-plist
Modified: head/games/linux-ssamtfe/Makefile
==============================================================================
--- head/games/linux-ssamtfe/Makefile Tue May 26 23:24:50 2015 (r387519)
+++ head/games/linux-ssamtfe/Makefile Tue May 26 23:27:43 2015 (r387520)
@@ -115,7 +115,4 @@ do-install:
.endfor
.endif
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>
Modified: head/games/linux-ssamtfe/pkg-plist
==============================================================================
--- head/games/linux-ssamtfe/pkg-plist Tue May 26 23:24:50 2015 (r387519)
+++ head/games/linux-ssamtfe/pkg-plist Tue May 26 23:27:43 2015 (r387520)
@@ -1,7 +1,5 @@
- at 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
- at exec [ -f %B/ssamtfe.conf ] || cp %B/%f %B/ssamtfe.conf
+ at 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
- at dirrmtry %%DATADIR%%/Bin
- at dirrmtry %%DATADIR%%/Controls/System
- at dirrmtry %%DATADIR%%/Controls
- at dirrmtry %%DATADIR%%/Data/Defaults
- at dirrmtry %%DATADIR%%/Data/Var
- at dirrmtry %%DATADIR%%/Data
- at dirrmtry %%DATADIR%%/Demos
- at dirrmtry %%DATADIR%%/Help
- at dirrmtry %%DATADIR%%/Levels/Deathmatch
- at dirrmtry %%DATADIR%%/Levels
- at dirrmtry %%DATADIR%%/Mods/SeriousSam
- at dirrmtry %%DATADIR%%/Mods
- at dirrmtry %%DATADIR%%/Players
- at dirrmtry %%DATADIR%%/SaveGame/Network/Quick
- at dirrmtry %%DATADIR%%/SaveGame/Network
- at dirrmtry %%DATADIR%%/SaveGame/Player0/Quick
- at dirrmtry %%DATADIR%%/SaveGame/Player0
- at dirrmtry %%DATADIR%%/SaveGame/Player1/Quick
- at dirrmtry %%DATADIR%%/SaveGame/Player1
- at dirrmtry %%DATADIR%%/SaveGame/Player2/Quick
- at dirrmtry %%DATADIR%%/SaveGame/Player2
- at dirrmtry %%DATADIR%%/SaveGame/Player3/Quick
- at dirrmtry %%DATADIR%%/SaveGame/Player3
- at dirrmtry %%DATADIR%%/SaveGame/Player4/Quick
- at dirrmtry %%DATADIR%%/SaveGame/Player4
- at dirrmtry %%DATADIR%%/SaveGame/Player5/Quick
- at dirrmtry %%DATADIR%%/SaveGame/Player5
- at dirrmtry %%DATADIR%%/SaveGame/Player6/Quick
- at dirrmtry %%DATADIR%%/SaveGame/Player6
- at dirrmtry %%DATADIR%%/SaveGame/Player7/Quick
- at dirrmtry %%DATADIR%%/SaveGame/Player7
- at dirrmtry %%DATADIR%%/SaveGame/SplitScreen/Quick
- at dirrmtry %%DATADIR%%/SaveGame/SplitScreen
- at dirrmtry %%DATADIR%%/SaveGame
- at dirrmtry %%DATADIR%%/Scripts/Commands
- at dirrmtry %%DATADIR%%/Scripts/CustomOptions
- at dirrmtry %%DATADIR%%/Scripts/Dedicated/DefaultCoop
- at dirrmtry %%DATADIR%%/Scripts/Dedicated/DefaultFragmatch
- at dirrmtry %%DATADIR%%/Scripts/Dedicated/DefaultScorematch
- at dirrmtry %%DATADIR%%/Scripts/Dedicated/DemoCoop
- at dirrmtry %%DATADIR%%/Scripts/Dedicated
- at dirrmtry %%DATADIR%%/Scripts/GLSettings
- at dirrmtry %%DATADIR%%/Scripts/Menu
- at dirrmtry %%DATADIR%%/Scripts/NetSettings
- at dirrmtry %%DATADIR%%/Scripts/WorldEditorKeys
- at dirrmtry %%DATADIR%%/Scripts
- at dirrmtry %%DATADIR%%/Temp
- at dirrmtry %%DATADIR%%/VirtualTrees
- at dirrmtry %%DATADIR%%
More information about the svn-ports-all
mailing list