diff options
author | lioux <lioux@FreeBSD.org> | 2002-07-08 07:13:29 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-07-08 07:13:29 +0800 |
commit | 46aea0de77f62a475c1db2beb35ffcee4d58c5c9 (patch) | |
tree | 03cb981ef1601f782d1656497a7e701a4e648903 /games | |
parent | 5e7f772a54653d1b462d38df5a0c92bb69171ac1 (diff) | |
download | freebsd-ports-gnome-46aea0de77f62a475c1db2beb35ffcee4d58c5c9.tar.gz freebsd-ports-gnome-46aea0de77f62a475c1db2beb35ffcee4d58c5c9.tar.zst freebsd-ports-gnome-46aea0de77f62a475c1db2beb35ffcee4d58c5c9.zip |
Sanitize MASTER_SITES
Diffstat (limited to 'games')
-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 |