diff options
author | lioux <lioux@FreeBSD.org> | 2001-05-21 11:14:49 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-05-21 11:14:49 +0800 |
commit | a7936b7d66429335c7e4e56fe3cdf2a1634aedef (patch) | |
tree | beedeb5992d391c3f08b5b57465139d44114f327 /games/hlserver-wizwars | |
parent | 2c6249e69709220576448ca2640efef1e3301baa (diff) | |
download | freebsd-ports-gnome-a7936b7d66429335c7e4e56fe3cdf2a1634aedef.tar.gz freebsd-ports-gnome-a7936b7d66429335c7e4e56fe3cdf2a1634aedef.tar.zst freebsd-ports-gnome-a7936b7d66429335c7e4e56fe3cdf2a1634aedef.zip |
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-wizwars')
-rw-r--r-- | games/hlserver-wizwars/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hlserver-wizwars/Makefile b/games/hlserver-wizwars/Makefile index 98ca62797c44..80aa5b957368 100644 --- a/games/hlserver-wizwars/Makefile +++ b/games/hlserver-wizwars/Makefile @@ -7,7 +7,8 @@ PORTNAME= wizardwars PORTVERSION= 2.8.0 -MASTER_SITES= http://194.195.228.180/exp/hl/mod/wizardwars/ \ +MASTER_SITES= http://pm.gamesmania.de/gamesmania/planet-mods/mods/hl/wizardwars/ \ + http://194.195.228.180/exp/hl/mod/wizardwars/ \ ftp://ftp.gigabell.net/pub/exp/hl/mod/wizardwars/ \ http://ftp2.extreme-players.de/exp/hl/mod/wizardwars/ DISTNAME= wizwars_b2_8 |