diff options
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 d7f3e4afa8a..3623e123279 100644 --- a/games/xlife/Makefile +++ b/games/xlife/Makefile @@ -3,14 +3,14 @@ # Date created: 15 March 1995 # Whom: asami # -# $Id: Makefile,v 1.9 1998/09/28 02:28:45 steve Exp $ +# $Id: Makefile,v 1.10 1998/10/03 13:39:46 jseger Exp $ # DISTNAME= xlife PKGNAME= xlife-3.0 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= ../R5contrib +MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ + ftp://ftp.kddlabs.co.jp/pub/X11/R5contrib EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.ORG |