diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-09 02:52:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-09 02:52:07 +0000 |
commit | 7a2efa68272157442efb7ecc16c94c6227b4e641 (patch) | |
tree | b2a7e545b2d176892aa008466391df409e8e17ea /games/xlife | |
parent | d4bbd5fa014c3833bd8f59311cff2ae9db922743 (diff) | |
download | ports-7a2efa68272157442efb7ecc16c94c6227b4e641.tar.gz ports-7a2efa68272157442efb7ecc16c94c6227b4e641.zip |
Notes
Diffstat (limited to 'games/xlife')
-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 00d88a9c01cc..a8b587ca2711 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 |