diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-21 03:14:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-21 03:14:49 +0000 |
commit | 462fd29991c5d12325aabfdf0e13db01d689c0a5 (patch) | |
tree | 108d28817176c36f621960ce62841a027a77d171 /games/hlserver-cs | |
parent | 7fa7a6679cb2e033f7fb5ca98dc46535be7e054f (diff) | |
download | ports-462fd29991c5d12325aabfdf0e13db01d689c0a5.tar.gz ports-462fd29991c5d12325aabfdf0e13db01d689c0a5.zip |
Notes
Diffstat (limited to 'games/hlserver-cs')
-rw-r--r-- | games/hlserver-cs/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index 34b70d1a7221..80cf262fe6ec 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -8,16 +8,13 @@ PORTNAME?= cs PORTVERSION?= 1.1c CATEGORIES= games linux -MASTER_SITES?= ftp://ftp.pipex.net/uunet/games/counterstrike/linux/ \ +MASTER_SITES?= http://games.velocity.net/files/Counter-Strike/ \ + ftp://ftp.pipex.net/uunet/games/counterstrike/linux/ \ ftp://ftp.icsmedia.de/pub/games/halflife/counter_strike/linux_server/ \ ftp://ftp.phil.uni-erlangen.de/pub/hl/mods/ \ - http://www.databits.net/~pat/ \ - http://ftp2.gamespy.com/pub/cdrom/counter-strike/ \ - ftp://fileplanet.ngi.it/fileplanet2/counter-strike/ \ + http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/cstrike/ \ ftp://ftp.fasta.fh-dortmund.de/gdi/halflife/counterstrike/ \ - http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/modifications/cstrike/ \ - http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/cstrike/ - + http://ftp2.gamespy.com/pub/cdrom/counter-strike/ PKGNAMEPREFIX= hlserver- .ifndef(DISTNAME) DISTFILES?= cs_11b_full.tar.gz cs_11c_up.tar.gz |