diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-21 03:14:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-21 03:14:49 +0000 |
commit | 462fd29991c5d12325aabfdf0e13db01d689c0a5 (patch) | |
tree | 108d28817176c36f621960ce62841a027a77d171 /games/hlserver-action | |
parent | Update to 0.88.1 -- dia now really requires gdk-pixbuf, but also requires (diff) |
Both sanitize MASTER_SITES and reorder them to achieve better
throughput
Submitted by: Patrick Li <pat@databits.net> (maintainer of most hlserver-* ports)
Notes
Notes:
svn path=/head/; revision=42830
Diffstat (limited to 'games/hlserver-action')
-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 07563f3ff3de..f70b737b63f4 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 |