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/hlserver-cs/Makefile | |
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/hlserver-cs/Makefile')
-rw-r--r-- | games/hlserver-cs/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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 |