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/halflifeserver/Makefile | |
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/halflifeserver/Makefile')
-rw-r--r-- | games/halflifeserver/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index a61c25c..676edda 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -9,13 +9,12 @@ PORTNAME= hlds PORTVERSION= 3.1.0.6 PORTREVISION= 2 CATEGORIES= games linux -MASTER_SITES= http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/official/ \ - ftp://ftp.fasta.fh-dortmund.de/gdi/halflife/server/linux/ \ - http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/official/ \ - ftp://fileplanet.blueyonder.co.uk/ftp1.gamespy.com/fpnew/action/half-life/official/ \ +MASTER_SITES= http://games.velocity.net/files/Halflife/ \ ftp://ftp.gmd.de/people/cla/hl/hl-newest/linux/ \ - ftp://ftp.fh-rosenheim.de/pub/games/halflife/servers/ \ - ftp://ftp.icsmedia.de/pub/games/halflife/hl_server/ + ftp://ftp.icsmedia.de/pub/games/halflife/hl_server/ \ + http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/official/ \ + http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/official/ \ + ftp://ftp.fh-rosenheim.de/pub/games/halflife/servers/ DISTNAME= hlds_l3106 MAINTAINER= pat@databits.net |