diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-07 23:13:29 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-07 23:13:29 +0000 |
commit | 84f119dff185a2cb433e46dc3913f4b2bb568084 (patch) | |
tree | f9bf1f83b5605892587d640ad245cd5f39858a22 | |
parent | Update to 2.1 beta (diff) |
Sanitize MASTER_SITES
Notes
Notes:
svn path=/head/; revision=62621
-rw-r--r-- | games/hlserver-glbwar/Makefile | 6 | ||||
-rw-r--r-- | games/hlserver-snow/Makefile | 3 | ||||
-rw-r--r-- | games/hlserver-wizwars/Makefile | 5 |
3 files changed, 3 insertions, 11 deletions
diff --git a/games/hlserver-glbwar/Makefile b/games/hlserver-glbwar/Makefile index 1b18ce41f69a..a1a45b453840 100644 --- a/games/hlserver-glbwar/Makefile +++ b/games/hlserver-glbwar/Makefile @@ -7,11 +7,7 @@ PORTNAME= glbwar PORTVERSION= 1.0.0b.1.2 -MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/action/half-life/modifications/globalwarfare/ \ - ftp://ftp.gigabell.net/pub/exp/hl/mod/gw/ \ - ftp://ftp.netgames-uk.net/pub/local/games/halflife/mods/global_warfare/beta1/ \ - ftp://ftp2.extreme-players.de/hl/mod/gw/ \ - http://www.dayofdefeat.com/ +MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/gw/ DISTNAME= globalwarfare_beta1.2.linux MAINTAINER= lioux@FreeBSD.org diff --git a/games/hlserver-snow/Makefile b/games/hlserver-snow/Makefile index 7e8b1c1c8491..ebd557c90434 100644 --- a/games/hlserver-snow/Makefile +++ b/games/hlserver-snow/Makefile @@ -7,8 +7,7 @@ PORTNAME= snow PORTVERSION= 1.0 -MASTER_SITES= http://ftp.gigabell.net/pub/exp/hl/mod/snowwar/ \ - ftp://ftp2.extreme-players.de/hl/mod/snowwar/ \ +MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/snowwar/ \ ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/snowwar/ DISTFILES= sw10.zip 10linux.zip DIST_SUBDIR= snow diff --git a/games/hlserver-wizwars/Makefile b/games/hlserver-wizwars/Makefile index 13dc821b1a31..d27d89d2515e 100644 --- a/games/hlserver-wizwars/Makefile +++ b/games/hlserver-wizwars/Makefile @@ -9,12 +9,9 @@ PORTNAME= wizardwars PORTVERSION= 0.1.0.5 PORTEPOCH= 1 MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/wizardwars/ \ - http://ftp.gigabell.net/pub/exp/hl/mod/wizardwars/ \ - ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/wizardwars/ \ - http://www.gamesnetlan.de/files/hl/mods/wizardwars/ + ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/wizardwars/ #DISTNAME= wizwars_v${PORTVERSION:S/^0.//}_full DISTNAME= wizwars_v${PORTVERSION:S/0.//:S/.//g}_full -#ftp://ftp2.extreme-players.de/hl/mod/wizardwars/wizwars_v105_full.tar.gz MAINTAINER= lioux@FreeBSD.org |