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-opfor | |
parent | 7fa7a6679cb2e033f7fb5ca98dc46535be7e054f (diff) | |
download | ports-462fd29991c5d12325aabfdf0e13db01d689c0a5.tar.gz ports-462fd29991c5d12325aabfdf0e13db01d689c0a5.zip |
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-opfor')
-rw-r--r-- | games/hlserver-opfor/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games/hlserver-opfor/Makefile b/games/hlserver-opfor/Makefile index bf57777e8cdb..d44d8f08dc5d 100644 --- a/games/hlserver-opfor/Makefile +++ b/games/hlserver-opfor/Makefile @@ -7,14 +7,8 @@ PORTNAME= opfor PORTVERSION= 1.1.0.6 -MASTER_SITES= http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/official/ \ - ftp://fileplanet.games-world.net/ftp1.gamespy.com/fpnew/action/half-life/official/ \ - ftp://fileplanet.blueyonder.co.uk/ftp1.gamespy.com/fpnew/action/half-life/official/ \ - ftp://fileplanet.gil.com.au/fpnew/action/half-life/official/ \ - ftp://fileplanet.ngi.it/fileplanet/fpnew/action/half-life/official/ \ - http://www.jetstreamgames.co.nz/files/pub/gamespyftp1/fpnew/action/half-life/official/ \ - ftp://ftp1.terian.net/mirrors/fileplanet/fpnew/action/half-life/official/ \ - ftp://ftp2.terian.net/mirrors/fileplanet/fpnew/action/half-life/official/ +MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/official/ \ + http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/official/ DISTNAME= op4-linux-${PORTVERSION:S/.//g} MAINTAINER= lioux@FreeBSD.org |