diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-03-12 06:47:56 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-03-12 06:47:56 +0000 |
commit | 385515e42e1ac8728eeafef8326ce365d1893f4e (patch) | |
tree | 9f816e8162fd1d299e0679725a8aae766607a3e0 /games/quakeserver | |
parent | a140d3d6adbe543256930d7388ebe572b4066603 (diff) | |
download | FreeBSD-ports-385515e42e1ac8728eeafef8326ce365d1893f4e.zip FreeBSD-ports-385515e42e1ac8728eeafef8326ce365d1893f4e.tar.gz |
Removed entry from MASTER_SITES that had just a path without a hostname.
Fixed typo in MASTER_SITES for ftp2.idsoftware.com
Submitted by: Bill Fenner <fenner@parc.xerox.com>
Diffstat (limited to 'games/quakeserver')
-rw-r--r-- | games/quakeserver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index d055ce8..6117316 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -3,7 +3,7 @@ # Date created: October 26th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1996/11/19 02:39:16 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/07 12:45:26 asami Exp $ # PKGNAME= quakeserver-1.01 @@ -11,11 +11,10 @@ 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/idsutff/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://PC/games/DOOM/idstuff/quake/ \ ftp://ftp.sun.ac.za/pub/msdos/idgames/idstuff/quake/ \ ftp://iconz.co.nz/pub/quake/ DISTFILES= quake101.zip \ |