diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-03 13:39:48 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-03 13:39:48 +0000 |
commit | 18f91c2428efb135912eb032a01a80bcc1d5c896 (patch) | |
tree | 362b6ce1ba3d28e8aa2061ab765dade5a0c921eb /games/xlife | |
parent | eefb5a8dd3a3906781bb98f02e88d1896012ac04 (diff) | |
download | ports-18f91c2428efb135912eb032a01a80bcc1d5c896.tar.gz ports-18f91c2428efb135912eb032a01a80bcc1d5c896.zip |
Notes
Diffstat (limited to 'games/xlife')
-rw-r--r-- | games/xlife/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xlife/Makefile b/games/xlife/Makefile index 127f6ef934cc..d7f3e4afa8a5 100644 --- a/games/xlife/Makefile +++ b/games/xlife/Makefile @@ -3,15 +3,14 @@ # Date created: 15 March 1995 # Whom: asami # -# $Id: Makefile,v 1.8 1997/12/25 22:29:21 asami Exp $ +# $Id: Makefile,v 1.9 1998/09/28 02:28:45 steve Exp $ # DISTNAME= xlife PKGNAME= xlife-3.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ - ftp://ftp.iij.ad.jp/X/R5contrib/ -MASTER_SITE_SUBDIR= ../../R5contrib +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= ../R5contrib EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.ORG |