diff options
author | linimon <linimon@FreeBSD.org> | 2004-08-23 15:08:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-08-23 15:08:08 +0800 |
commit | bfce7177706f0f0354dd285116819de26e95f6c7 (patch) | |
tree | 9910838483b889db9fea6509723626350a46b4a3 | |
parent | 1023283e9509fe2004f3880d6b00577c39bd6dee (diff) | |
download | freebsd-ports-gnome-bfce7177706f0f0354dd285116819de26e95f6c7.tar.gz freebsd-ports-gnome-bfce7177706f0f0354dd285116819de26e95f6c7.tar.zst freebsd-ports-gnome-bfce7177706f0f0354dd285116819de26e95f6c7.zip |
Fix fetch. Maintainer timeout.
PR: ports/69514
-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" |