diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-27 10:28:52 +0800 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-27 10:28:52 +0800 |
commit | 46f842181b063b46da2d4d6445270da9d12c67c0 (patch) | |
tree | bac7a9e38579e4ec18e2df1f15a5d17465293c0a /games | |
parent | b675e2accfb891303e86150b3094e8392ad67877 (diff) | |
download | freebsd-ports-gnome-46f842181b063b46da2d4d6445270da9d12c67c0.tar.gz freebsd-ports-gnome-46f842181b063b46da2d4d6445270da9d12c67c0.tar.zst freebsd-ports-gnome-46f842181b063b46da2d4d6445270da9d12c67c0.zip |
Fix MASTER_SITES
Pointed-out-by: Bill Fenner's script
Diffstat (limited to 'games')
-rw-r--r-- | games/qcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/qcc/Makefile b/games/qcc/Makefile index ef199740cf29..e3413b1ba970 100644 --- a/games/qcc/Makefile +++ b/games/qcc/Makefile @@ -3,13 +3,13 @@ # Date created: October 25th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.2 1996/11/18 11:24:52 asami Exp $ +# $Id: Makefile,v 1.3 1997/01/03 09:36:48 obrien Exp $ # DISTNAME= qcc PKGNAME= qcc-1.01 CATEGORIES= games -MASTER_SITES= ftp://ftp.stomped.com/pub/idgames2/quakec/ +MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ MAINTAINER= jfitz@freebsd.org |