summaryrefslogtreecommitdiff
path: root/games/halflifeserver/pkg-plist
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2003-08-09 20:25:41 +0000
committerPatrick Li <pat@FreeBSD.org>2003-08-09 20:25:41 +0000
commitd549bae93a323506c8eef8c5297587e0c6528967 (patch)
tree8fc0ab8b249b24ea37bd9e1bbf9a62ca9c1641ef /games/halflifeserver/pkg-plist
parentUpdate the Ruby/GNOME2 suite to 0.6.0. (diff)
Update to 3.1.1.1.d. This resolves the security issue.
PR: ports/55424 Submitted by: Kang Liu <lazykang@hotmail.com>, Notified by: "Reza Ambler" <reza225@sbcglobal.net>
Notes
Notes: svn path=/head/; revision=86670
Diffstat (limited to '')
-rw-r--r--games/halflifeserver/pkg-plist10
1 files changed, 9 insertions, 1 deletions
diff --git a/games/halflifeserver/pkg-plist b/games/halflifeserver/pkg-plist
index e2641c73643c..39f7079e1a1b 100644
--- a/games/halflifeserver/pkg-plist
+++ b/games/halflifeserver/pkg-plist
@@ -1,3 +1,4 @@
+%%PORTDOCS%%%%HLDSDIR%%ChangeLog
%%PORTDOCS%%%%HLDSDIR%%EULA.txt
%%PORTDOCS%%%%HLDSDIR%%HLTV-Readme.txt
%%HLDSDIR%%core_i386.so
@@ -385,14 +386,21 @@
%%HLDSDIR%%dmc/sprites/yelflare2.spr
%%HLDSDIR%%dmc/sprites/zerogxplode.spr
%%HLDSDIR%%dmc/titles.txt
+%%HLDSDIR%%engine_amd.so
%%HLDSDIR%%engine_i386.so
+%%HLDSDIR%%engine_i486.so
+%%HLDSDIR%%engine_i686.so
%%HLDSDIR%%filesystem_stdio_i386.so
%%HLDSDIR%%hlds
+%%HLDSDIR%%hlds_amd
+%%HLDSDIR%%hlds_i486
+%%HLDSDIR%%hlds_i686
%%HLDSDIR%%hlds_run
%%HLDSDIR%%hltv
%%HLDSDIR%%hltv.cfg
%%HLDSDIR%%kver.kp
%%HLDSDIR%%libSteamValidateUserIDTickets.so
+%%HLDSDIR%%libSteamValidateUserIDTickets_i386.so
%%HLDSDIR%%libhlwon.so
%%PORTDOCS%%%%HLDSDIR%%linuxreadme.txt
%%HLDSDIR%%proxy_i386.so
@@ -768,7 +776,7 @@
@unexec rmdir %D/%%HLDSDIR%%tfc 2>/dev/null || true
@unexec rmdir %D/%%HLDSDIR%%ricochet 2>/dev/null || true
@unexec rmdir %D/%%HLDSDIR%%dmc 2>/dev/null || true
-@unexec rmdir %D/%%HLDSDIR%%cstrike 2>/dev/null || true
+@unexec rmdir %D/%%HLDSDIR%%cstrike 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%cstrike`` to remove any configuration files and logs left." | fmt
@unexec rmdir %D/%%HLDSDIR%% 2>/dev/null || echo "If you are permanently removing this port and its mods, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%`` to remove any configuration files and logs left." | fmt
@mode 0444
@exec grep -E "^/%%HLDSDIR%%$" %D/etc/ld.so.conf >/dev/null || ( echo /%%HLDSDIR%% >> %D/etc/ld.so.conf ; %%LDCONFIG%% )