From 1f729c00fad997c1d2f7ee510a65d079c88e1995 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 10 Dec 1999 19:27:30 +0000 Subject: Fix MASTER_SITES and rearrange install target. PR: 15380 Submitted by: KATO Tsuguru --- games/xlife/Makefile | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'games') 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 -- cgit v1.2.3