diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-03-19 10:56:20 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-03-19 10:56:20 +0800 |
commit | c927e47fd0bf508cc9b0a09fd389ef0ffa960a84 (patch) | |
tree | c834bcd16ff9c9406a917199652f5f6381fbf016 | |
parent | 7966fcdc3973a7b7524c8344e779269a293ef99e (diff) | |
download | freebsd-ports-gnome-c927e47fd0bf508cc9b0a09fd389ef0ffa960a84.tar.gz freebsd-ports-gnome-c927e47fd0bf508cc9b0a09fd389ef0ffa960a84.tar.zst freebsd-ports-gnome-c927e47fd0bf508cc9b0a09fd389ef0ffa960a84.zip |
Remove from MASTER_SITES sites that don't have the now obsolete (by ID's
standards) quake101.zip. This reduces the sites to 3, but until Cracked.Com
releases a new version of the Linux Quake loader, there's not much more we
can do.
Submitted by: Tommy Cheng <tommycheng@pcmagic.net>
-rw-r--r-- | games/quakeserver/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index 6117316b7dc9..efe5445057f0 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -3,20 +3,14 @@ # Date created: October 26th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.6 1996/12/07 12:45:26 asami Exp $ +# $Id: Makefile,v 1.7 1997/03/12 06:47:56 jfitz Exp $ # PKGNAME= quakeserver-1.01 CATEGORIES= games -MASTER_SITES= ftp://ftp.stomped.com/pub/idstuff/quake/ \ - ftp://ftp.stomped.com/pub/quake/x_linux/ \ - ftp://ftp1.idsoftware.com/idstuff/quake/ \ - ftp://ftp2.idsoftware.com/idstuff/quake/ \ - ftp://ftp.cdrom.com/pub/idgames/idstuff/quake/ \ - ftp://quake.best.com/pub/idsoftware/quake/ \ - ftp://ftp.nuqneH.org/pub/quake/idsoftware/ \ - ftp://ftp.sun.ac.za/pub/msdos/idgames/idstuff/quake/ \ - ftp://iconz.co.nz/pub/quake/ +MASTER_SITES= ftp://ftp.gamesdomain.com/pub/idsoftware/quake/ \ + ftp://ftp.cssweb.com/pub/games/idstuff/quake/ + ftp://ftp.feist.com/pub/pc/games/quake/ \ DISTFILES= quake101.zip \ quake-FreeBSD.tar.gz \ intel_linux_quake101.tgz |