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-action/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/hlserver-action/Makefile')
-rw-r--r-- | games/hlserver-action/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/hlserver-action/Makefile b/games/hlserver-action/Makefile index 07563f3..f70b737 100644 --- a/games/hlserver-action/Makefile +++ b/games/hlserver-action/Makefile @@ -7,14 +7,12 @@ PORTNAME= action PORTVERSION= 0.4 -MASTER_SITES= http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/modifications/ahl/ \ - http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/ahl/ \ - ftp://ftp.barrysworld.com/pub/games/halflife/mods/actionhl/official_patches/linux/ \ - ftp://fileplanet.blueyonder.co.uk/ftp1.gamespy.com/fpnew/action/half-life/modifications/ahl/ \ - ftp://ftp2.3ddownloads.com/90380/telefragged/ahl/ \ +MASTER_SITES= ftp://ftp2.3ddownloads.com/90380/telefragged/ahl/ \ ftp://ftp.3ddownloads.com/90380/telefragged/ahl/ \ - ftp://ftp.gamesurf.de/pub/gamesurf/halflife/mods/actionhl/beta4/ \ + ftp://ftp.barrysworld.com/pub/games/halflife/mods/actionhl/official_patches/linux/ \ ftp://ftp.wireplay.net/pub/downloads/fps/halflife/mods/action/linux/ \ + http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/modifications/ahl/ \ + http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/ahl/ \ ftp://ftp.blackmesa.de/mods/ahl/ DISTNAME= action EXTRACT_SUFX= .tgz |