diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-15 07:14:21 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-15 07:14:21 +0800 |
commit | 3ef03bab716ddeb4dcbbeaec0c1fa35a17fbb153 (patch) | |
tree | 08ee2ec0c0c828202ef9bfa29b7931ca8a1cf95f /games | |
parent | ff6c627526999287f646e402acbf77b8a7c223c9 (diff) | |
download | freebsd-ports-gnome-3ef03bab716ddeb4dcbbeaec0c1fa35a17fbb153.tar.gz freebsd-ports-gnome-3ef03bab716ddeb4dcbbeaec0c1fa35a17fbb153.tar.zst freebsd-ports-gnome-3ef03bab716ddeb4dcbbeaec0c1fa35a17fbb153.zip |
Additional MASTER_SITES
Submitted by: Patrick Li <pat@databits.net> (maintainer of most
hlserver-* ports)
Diffstat (limited to 'games')
-rw-r--r-- | games/hlserver-dod/Makefile | 1 | ||||
-rw-r--r-- | games/hlserver-glbwar/Makefile | 3 | ||||
-rw-r--r-- | games/hlserver-si/Makefile | 3 | ||||
-rw-r--r-- | games/hlserver-wasteland/Makefile | 3 |
4 files changed, 7 insertions, 3 deletions
diff --git a/games/hlserver-dod/Makefile b/games/hlserver-dod/Makefile index c511993fcfc8..210659d71e9a 100644 --- a/games/hlserver-dod/Makefile +++ b/games/hlserver-dod/Makefile @@ -8,6 +8,7 @@ PORTNAME= dod PORTVERSION= 1.3 MASTER_SITES= http://www.vigilantegamers.com/dod/files/official/ \ + http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/dod/ \ http://ftp2.extreme-players.de/exp/hl/mod/dod/ \ ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/dod/ \ ftp://ftp.gigabell.net/pub/exp/hl/mod/dod/ \ diff --git a/games/hlserver-glbwar/Makefile b/games/hlserver-glbwar/Makefile index 393f0d1d3f84..e32d93e89f5a 100644 --- a/games/hlserver-glbwar/Makefile +++ b/games/hlserver-glbwar/Makefile @@ -7,7 +7,8 @@ PORTNAME= glbwar PORTVERSION= 1.0.0b -MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/hl/mod/gw/ \ +MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/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/ \ http://ftp2.extreme-players.de/exp/hl/mod/gw/ \ ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/gw/ \ diff --git a/games/hlserver-si/Makefile b/games/hlserver-si/Makefile index 7db107fdac84..9152bde9c3cc 100644 --- a/games/hlserver-si/Makefile +++ b/games/hlserver-si/Makefile @@ -7,7 +7,8 @@ PORTNAME= si PORTVERSION= 0.97.0p5 -MASTER_SITES= http://www.lysator.liu.se/amiga/si/ \ +MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/si/ \ + http://www.lysator.liu.se/amiga/si/ \ ftp://212.177.107.155/halflifeitalia/mod/ #DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-linux diff --git a/games/hlserver-wasteland/Makefile b/games/hlserver-wasteland/Makefile index a363178b1540..d04a493f53cf 100644 --- a/games/hlserver-wasteland/Makefile +++ b/games/hlserver-wasteland/Makefile @@ -7,7 +7,8 @@ PORTNAME= wasteland PORTVERSION= 0.2b -MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/hl/mod/wastelandhl/ \ +MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/wasteland/ \ + ftp://ftp.gigabell.net/pub/exp/hl/mod/wastelandhl/ \ ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/wastelandhl/ \ http://194.195.228.180/exp/hl/mod/wastelandhl/ \ http://ftp2.extreme-players.de/exp/hl/mod/wastelandhl/ |