diff options
-rw-r--r-- | games/halflifeserver/Makefile | 6 | ||||
-rw-r--r-- | games/hlserver-cs/Makefile | 9 |
2 files changed, 4 insertions, 11 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index 43316835b57e..6db797b5ffcd 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -10,10 +10,8 @@ PORTVERSION= 3.1.0.8.0a PORTREVISION= 1 CATEGORIES= games linux MASTER_SITES= ftp://files.ausgamers.com/half-life/linux/ \ - http://fileplanet.games-world.net/dl/ftp1.gamespy.com/action/half-life/official/ \ - ftp://ftp.houstonlive.net/CounterStrike/ \ - ftp://mirrors.cstrike.org/pub/mirrors/cstrike/ \ - http://www.redphive.org/files/ + http://www.redphive.org/files/ \ + http://files.ausgamers.com:81/half-life/linux/ DISTFILES= hlds_l_3108_full.tar.gz \ hlds_l_3108a_up.tar.gz diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index 2e9b5b2a1f85..416db9620243 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -9,13 +9,8 @@ PORTNAME?= cs PORTVERSION?= 1.3 CATEGORIES?= games linux MASTER_SITES?= http://games.velocity.net/files/Counter-Strike/ \ - ftp://extreme-players.de/pub/hl/mod/cs/ \ - http://fileplanet.games-world.net/dl/ftp1.gamespy.com/action/half-life/modifications/cstrike/ \ - ftp://downloads2.homelanfed.com/CS/Patches/ \ - ftp://downloads.homelanfed.com/CS/Patches/ \ - ftp://downloads3.homelanfed.com/CS/Patches/ \ - ftp://downloads4.homelanfed.com/CS/Patches/ \ - http://www.redphive.org/files/ + http://www.redphive.org/files/ \ + http://files.ausgamers.com:81/half-life/counter-strike/linux/ PKGNAMEPREFIX= hlserver- .ifndef(DISTFILES) DISTNAME?= ${PORTNAME}_${PORTVERSION:S/.//}_full |