diff options
Diffstat (limited to 'games/rtcw/Makefile')
-rw-r--r-- | games/rtcw/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index 5b9596687dc0..55533f08cfce 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -8,15 +8,18 @@ PORTNAME= rtcw DISTVERSION= 1.41-3 CATEGORIES= games linux -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/wolf/linux/ +MASTER_SITES= http://public.planetmirror.com/pub/idgames2/idstuff/wolf/linux/ \ + http://ftp.games.skynet.be/pub/ftp.idsoftware.com/wolf/linux/ \ + ftp://ftp.chg.ru/.3/games/idgames/idstuff/wolf/linux/ \ + http://kh.spoonix.com/game/ \ + http://www.ftp-sunet-se.lkams.kernel.org/idgames2/idstuff/wolf/linux/ \ + ftp://ftp.idsoftware.com/idstuff/wolf/linux/ DISTNAME= wolf-linux-${DISTVERSION}.x86 EXTRACT_SUFX= .run MAINTAINER= ports@FreeBSD.org COMMENT= Return to Castle Wolfenstein for Linux -BROKEN= Unfetchable - ONLY_FOR_ARCHS= i386 USE_REINPLACE= yes |