diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-08-23 07:08:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-08-23 07:08:08 +0000 |
commit | 7a020a6d432379b11f4a638adc906a6b33450cc9 (patch) | |
tree | f002019571951aa76b6a69e0b7d721f5a8963313 /games/rtcw | |
parent | 6bf9dd08bd0928c364dd9df35520a4cdd5b85d21 (diff) |
Fix fetch. Maintainer timeout.
PR: ports/69514
Notes
Notes:
svn path=/head/; revision=117098
Diffstat (limited to 'games/rtcw')
-rw-r--r-- | games/rtcw/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index 92701e2531fe..78295a50edcf 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -8,17 +8,13 @@ PORTNAME= rtcw PORTVERSION= 1.1b CATEGORIES= games linux -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/wolf/linux/ +MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/wolf/linux/old/ DISTNAME= wolf-linux-${PORTVERSION}.x86 EXTRACT_SUFX= .run MAINTAINER= nik@FreeBSD.org COMMENT= Return to Castle Wolfenstein for Linux -BROKEN= "Does not fetch" -EXPIRATION_DATE=2004-08-20 -DEPRECATED= ${BROKEN} - ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX= yes NO_CDROM= "Size; the data set is much too big" |