diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-20 01:14:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-20 01:14:06 +0000 |
commit | 86a43b33dc504382a9ed4488ead0df1824c99668 (patch) | |
tree | 586c6ccac7b9c508bd5fb49a286d0dae4f26de4e /games/doom | |
parent | 6f6012329458318ec6c380109ffded20740af6f5 (diff) | |
download | ports-86a43b33dc504382a9ed4488ead0df1824c99668.tar.gz ports-86a43b33dc504382a9ed4488ead0df1824c99668.zip |
Notes
Diffstat (limited to 'games/doom')
-rw-r--r-- | games/doom/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index 3e5f2a02cecd..7c1662e12644 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Dec 14 21:03:01 MET 1998 # Whom: jmz # -# $Id: Makefile,v 1.12 1999/02/10 05:07:58 jmz Exp $ +# $Id: Makefile,v 1.13 1999/05/01 12:34:16 jseger Exp $ # DISTNAME= doomsrc @@ -11,8 +11,7 @@ PKGNAME= doom-1.8 CATEGORIES= games MASTER_SITES?= ftp://ftp.idsoftware.com/idstuff/source/ \ ftp://ftp.stomped.com/pub/idmirror/idstuff/source/ \ - ftp://ftp.cdrom.com/pub/idgames/idstuff/source/ \ - ftp://ftp.gamesnet.net/idsoftware/source/ + ftp://ftp.cdrom.com/pub/idgames/idstuff/source/ MAINTAINER= jmz@FreeBSD.org |