diff options
author | pat <pat@FreeBSD.org> | 2002-01-05 14:09:39 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-05 14:09:39 +0800 |
commit | cff6ede60d91109e44050348bd2c959b9b4dd4f4 (patch) | |
tree | 0eb5de111b20f4950252b5360fb498f0eb09ae07 /games/hlserver-cs | |
parent | b2d49a420a4da517cde4cc168323c3ef097d0125 (diff) | |
download | freebsd-ports-gnome-cff6ede60d91109e44050348bd2c959b9b4dd4f4.tar.gz freebsd-ports-gnome-cff6ede60d91109e44050348bd2c959b9b4dd4f4.tar.zst freebsd-ports-gnome-cff6ede60d91109e44050348bd2c959b9b4dd4f4.zip |
Remove unresponsive MASTER_SITES and add new ones
Diffstat (limited to 'games/hlserver-cs')
-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 |