diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-03-23 23:39:06 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-03-23 23:39:06 +0800 |
commit | fd3416448e27cce99386bec7c7224be24d366c0b (patch) | |
tree | 0fe2eaa2d1259b22f7e352b55a78665e23812a72 /games/quakeserver | |
parent | 760f359d6520286ee60fa2b61c569ee12a435066 (diff) | |
download | freebsd-ports-gnome-fd3416448e27cce99386bec7c7224be24d366c0b.tar.gz freebsd-ports-gnome-fd3416448e27cce99386bec7c7224be24d366c0b.tar.zst freebsd-ports-gnome-fd3416448e27cce99386bec7c7224be24d366c0b.zip |
Fix bad MASTER_SITES line
Reminded-that-I'm-an-idiot-by: Matthew Hunt <mph@pobox.com>
Diffstat (limited to 'games/quakeserver')
-rw-r--r-- | games/quakeserver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index efe5445057f0..0d0605a786f5 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -3,14 +3,14 @@ # Date created: October 26th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.7 1997/03/12 06:47:56 jfitz Exp $ +# $Id: Makefile,v 1.8 1997/03/19 02:56:20 jfitz Exp $ # PKGNAME= quakeserver-1.01 CATEGORIES= games 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/ \ + 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 |