diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-05 06:09:39 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-05 06:09:39 +0000 |
commit | 0f44aec5ee9ee7a9f9d4552748be97edc44c0907 (patch) | |
tree | 5307ae0481121d4c2e25d0006cbee0a86ed58c00 /games/halflifeserver | |
parent | Update to 2.50.11 w/ metamod version 1.11.00 (diff) |
Remove unresponsive MASTER_SITES and add new ones
Notes
Notes:
svn path=/head/; revision=52591
Diffstat (limited to 'games/halflifeserver')
-rw-r--r-- | games/halflifeserver/Makefile | 6 |
1 files changed, 2 insertions, 4 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 |