diff options
author | asami <asami@FreeBSD.org> | 1997-09-09 10:52:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-09 10:52:07 +0800 |
commit | 9885f01e0b0bd6346a567fd8833b27eb64d5f649 (patch) | |
tree | f2597c11728a272d5324251298329398c8c713e1 /games | |
parent | b2ff8013a8fca57a7bf92f04f3f53c94d8e0a029 (diff) | |
download | freebsd-ports-graphics-9885f01e0b0bd6346a567fd8833b27eb64d5f649.tar.gz freebsd-ports-graphics-9885f01e0b0bd6346a567fd8833b27eb64d5f649.tar.zst freebsd-ports-graphics-9885f01e0b0bd6346a567fd8833b27eb64d5f649.zip |
Seems the "R5contrib" dir finally disappeared from ftp.x.org.
Reminded by: Bill Fenner's distfile checker
Diffstat (limited to 'games')
-rw-r--r-- | games/xlife/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xlife/Makefile b/games/xlife/Makefile index 00d88a9c01c..a8b587ca271 100644 --- a/games/xlife/Makefile +++ b/games/xlife/Makefile @@ -3,14 +3,14 @@ # Date created: 15 March 1995 # Whom: asami # -# $Id: Makefile,v 1.5 1996/11/18 11:25:44 asami Exp $ +# $Id: Makefile,v 1.6 1997/01/03 09:37:22 obrien Exp $ # DISTNAME= xlife PKGNAME= xlife-3.0 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ - ftp://gatekeeper.dec.com/pub/X11/R5-contrib/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ + ftp://ftp.iij.ad.jp/X/R5contrib/ MASTER_SITE_SUBDIR= ../../R5contrib EXTRACT_SUFX= .tar.Z |