summaryrefslogtreecommitdiff
path: root/games/hlserver-psychostats/files
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2003-07-16 10:20:55 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2003-07-16 10:20:55 +0000
commit086754e62e3aa7cbb9d1db16e5aaa9368c434e22 (patch)
tree61c10d4add3ee859f8c5b525194390b258028ef1 /games/hlserver-psychostats/files
parentFix install error by modification of bsd.port.mk r1.455. (diff)
Update to latest stable version.
PR: ports/50553 Submitted by: Sergey Matveychuk <sem@ciam.ru>
Notes
Notes: svn path=/head/; revision=84979
Diffstat (limited to 'games/hlserver-psychostats/files')
-rw-r--r--games/hlserver-psychostats/files/patch-stats11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/hlserver-psychostats/files/patch-stats b/games/hlserver-psychostats/files/patch-stats
deleted file mode 100644
index fe8a5d5a8105..000000000000
--- a/games/hlserver-psychostats/files/patch-stats
+++ /dev/null
@@ -1,11 +0,0 @@
---- stats.orig Fri Nov 23 13:20:38 2001
-+++ stats Fri Nov 23 13:20:58 2001
-@@ -22,7 +22,7 @@
- my $starttime = time(); # time when stats update started.
-
- my $OS = $^O;
--my $os_slash = ($OS eq 'linux') ? '/' : '\\';
-+my $os_slash = ($OS eq 'linux' or 'FreeBSD') ? '/' : '\\';
- my $progpath = &getprogdir(); # relative path the script is running in.
-
- #push(@INC,$progpath);