diff options
-rw-r--r-- | games/quake/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/quake/Makefile b/games/quake/Makefile index c5958704736..66f44f31af8 100644 --- a/games/quake/Makefile +++ b/games/quake/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2002/01/02 10:01:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 2002/01/24 12:44:08 tron Exp $ DISTNAME= q1source PKGNAME= quake-2.30 CATEGORIES= games x11 -MASTER_SITES= ftp://ftp.cdrom.com/pub/idgames/idstuff/source/ \ - ftp://ftp.fu-berlin.de/pc/msdos/games/idgames/idstuff/source/ \ +MASTER_SITES= ftp://ftp.fu-berlin.de/pc/msdos/games/idgames/idstuff/source/ \ ftp://ftp.idsoftware.com/idstuff/source/ EXTRACT_SUFX= .zip |