diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-01 18:11:59 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-01 18:11:59 +0000 |
commit | ba23ea385015b2228123480bf4b34b0b5351e185 (patch) | |
tree | 98d757407740015de60ad5b61d95bf30f90f38c5 /games/hlserver-cs | |
parent | Remove extraneous . (dot) (diff) |
MASTER_SITES shouldn't include PKGNAMEPREFIX. Remove \ fromt the
last line of MASTER_SITES
Notes
Notes:
svn path=/head/; revision=42141
Diffstat (limited to '')
-rw-r--r-- | games/hlserver-cs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index d56249c792d5..0b04d8b498e8 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -17,7 +17,7 @@ MASTER_SITES?= ftp://ftp.icrontic.com/pub/ \ ftp://ftp.icsmedia.de/pub/games/halflife/counter_strike/linux_server/ \ 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/ \ - ftp://fileplanet.blueyonder.co.uk/ftp1.gamespy.com/fpnew/action/half-life/modifications/cstrike/ \ + ftp://fileplanet.blueyonder.co.uk/ftp1.gamespy.com/fpnew/action/half-life/modifications/cstrike/ PKGNAMEPREFIX= hlserver- .ifndef(DISTNAME) DISTFILES?= cs_11b_full.tar.gz cs_11c_up.tar.gz |