diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-10 19:27:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-10 19:27:30 +0000 |
commit | 1f729c00fad997c1d2f7ee510a65d079c88e1995 (patch) | |
tree | 06f46e57893791df6f8cc5e945b24a2a61458ff8 /games/xlife | |
parent | 06e28c75288fae7cf2550b2e44568873389eb8a8 (diff) |
Fix MASTER_SITES and rearrange install target.
PR: 15380
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=23751
Diffstat (limited to 'games/xlife')
-rw-r--r-- | games/xlife/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/games/xlife/Makefile b/games/xlife/Makefile index b02b93f340d6..abeeaeb5f3e7 100644 --- a/games/xlife/Makefile +++ b/games/xlife/Makefile @@ -1,24 +1,22 @@ -# New ports collection makefile for: xlife -# Version required: 3.0 -# Date created: 15 March 1995 -# Whom: asami +# New ports collection makefile for: xlife +# Version required: 3.0 +# Date created: 15 March 1995 +# Whom: asami # # $FreeBSD$ # -DISTNAME= xlife +DISTNAME= xlife PKGNAME= xlife-3.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ - ftp://ftp.kddlabs.co.jp/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.cdrom.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -USE_IMAKE= yes +USE_IMAKE= yes +INSTALL_TARGET= install install.patterns MAN1= xlife.1 -pre-install: - @(cd ${WRKSRC}; make install.patterns) - .include <bsd.port.mk> |