diff options
author | lioux <lioux@FreeBSD.org> | 2001-05-21 03:14:49 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-05-21 03:14:49 +0000 |
commit | a7936b7d66429335c7e4e56fe3cdf2a1634aedef (patch) | |
tree | beedeb5992d391c3f08b5b57465139d44114f327 /games/hlserver-cs | |
parent | 2c6249e69709220576448ca2640efef1e3301baa (diff) | |
download | FreeBSD-ports-a7936b7d66429335c7e4e56fe3cdf2a1634aedef.zip FreeBSD-ports-a7936b7d66429335c7e4e56fe3cdf2a1634aedef.tar.gz |
Both sanitize MASTER_SITES and reorder them to achieve better
throughput
Submitted by: Patrick Li <pat@databits.net> (maintainer of most hlserver-* ports)
Diffstat (limited to 'games/hlserver-cs')
-rw-r--r-- | games/hlserver-cs/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index 34b70d1..80cf262 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -8,16 +8,13 @@ PORTNAME?= cs PORTVERSION?= 1.1c CATEGORIES= games linux -MASTER_SITES?= ftp://ftp.pipex.net/uunet/games/counterstrike/linux/ \ +MASTER_SITES?= http://games.velocity.net/files/Counter-Strike/ \ + 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/ \ + http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/cstrike/ \ ftp://ftp.fasta.fh-dortmund.de/gdi/halflife/counterstrike/ \ - 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/ - + http://ftp2.gamespy.com/pub/cdrom/counter-strike/ PKGNAMEPREFIX= hlserver- .ifndef(DISTNAME) DISTFILES?= cs_11b_full.tar.gz cs_11c_up.tar.gz |