summaryrefslogtreecommitdiff
path: root/games/hlserver-cs
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-05-08 21:30:27 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-05-08 21:30:27 +0000
commitefbec89ab763e73babacbeacf7226f3eb95fe376 (patch)
tree4707faec658f911c8dd4a381633e2e9ece6849b9 /games/hlserver-cs
parent- Fixed trailing backslash, so PATCHFILES can be processed. (diff)
- Update MASTER_SITES
- Improve pre-patch target Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=42431
Diffstat (limited to 'games/hlserver-cs')
-rw-r--r--games/hlserver-cs/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile
index bdb2e9443fb4..34b70d1a7221 100644
--- a/games/hlserver-cs/Makefile
+++ b/games/hlserver-cs/Makefile
@@ -8,16 +8,16 @@
PORTNAME?= cs
PORTVERSION?= 1.1c
CATEGORIES= games linux
-MASTER_SITES?= ftp://ftp.icrontic.com/pub/ \
- http://flf.playnet.com/ \
+MASTER_SITES?= ftp://ftp.pipex.net/uunet/games/counterstrike/linux/ \
+ ftp://ftp.icsmedia.de/pub/games/halflife/counter_strike/linux_server/ \
+ ftp://ftp.phil.uni-erlangen.de/pub/hl/mods/ \
+ http://www.databits.net/~pat/ \
http://ftp2.gamespy.com/pub/cdrom/counter-strike/ \
ftp://fileplanet.ngi.it/fileplanet2/counter-strike/ \
ftp://ftp.fasta.fh-dortmund.de/gdi/halflife/counterstrike/ \
- http://www.death-match.com/fr/download/fichiers/halflife/mods/ \
- ftp://ftp.icsmedia.de/pub/games/halflife/counter_strike/linux_server/ \
http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/modifications/cstrike/ \
- http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/cstrike/ \
- ftp://fileplanet.blueyonder.co.uk/ftp1.gamespy.com/fpnew/action/half-life/modifications/cstrike/
+ http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/cstrike/
+
PKGNAMEPREFIX= hlserver-
.ifndef(DISTNAME)
DISTFILES?= cs_11b_full.tar.gz cs_11c_up.tar.gz
@@ -48,11 +48,9 @@ PLIST_SUB_MASTER!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V PLIST_SUB_FOR_THIS_PO
pre-patch:
# remove trailing ^M
-.for file in *.cfg */*.cfg *.gam */*.gam *.htm */*.htm \
- *.inf */*.inf *.lst */*.lst *.sc */*.sc \
- *.scr */*.scr *.txt */*.txt *.TXT */*.TXT
- @${PERL} -pi -ne 's!\r\n!\n!' ${WRKSRC}/${file} >/dev/null 2>/dev/null
-.endfor
+ @find -E ${WRKSRC} -type f \
+ -iregex ".*\.(bat|cfg|gam|htm|html|inf|ini|lst|sc|scr|txt)" \
+ -exec ${PERL} -pi -ne 's!\r\n!\n!' {} 1>/dev/null 2>&1 \;
# if you change the PLIST, please re-think the following
# Parses PLIST