summaryrefslogtreecommitdiff
path: root/games/xlife/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--games/xlife/Makefile20
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>