diff options
Diffstat (limited to 'games/hlserver-cs/Makefile')
-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 34b70d1..80cf262 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 |