diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-03-19 02:56:20 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-03-19 02:56:20 +0000 |
commit | aff1e2bda195ea06695f713bc01df3a3f2ee8b5b (patch) | |
tree | 09443034fa1c1c96ee7b606f594ee1869ac60f6f /games/quakeserver | |
parent | f5cfc4a5a48ef000dae9ec9b50a3b5fcf04f4319 (diff) | |
download | ports-aff1e2bda195ea06695f713bc01df3a3f2ee8b5b.tar.gz ports-aff1e2bda195ea06695f713bc01df3a3f2ee8b5b.zip |
Notes
Diffstat (limited to 'games/quakeserver')
-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 |