summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-12 05:10:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-12 05:10:18 +0000
commit75ea96fe925c92aa5bfc427549759922ae56a232 (patch)
tree043f56f4ee37c11e2e8653170b67ce91ec336a18 /games
parent"all:" -> "all:" to make XFree86-3.3 config files happy. (diff)
Something has changed around the "all" target in XFree86-3.3...I don't
know what, but instead of trying to sort out the five hundred "all" targets in this port's Makefile, simply define ALL_TARGET=xmris to sidestep the problem.
Notes
Notes: svn path=/head/; revision=6880
Diffstat (limited to 'games')
-rw-r--r--games/xmris/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile
index 9846e34146c8..e4ca8b25a9b7 100644
--- a/games/xmris/Makefile
+++ b/games/xmris/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.12 1996/12/06 00:48:16 swallace Exp $
+# $Id: Makefile,v 1.13 1996/12/06 23:25:56 asami Exp $
DISTNAME= xmris.4.04
PKGNAME= xmris-4.04
@@ -17,5 +17,6 @@ MAINTAINER= jmz@FreeBSD.org
USE_GMAKE= yes
USE_IMAKE= yes
MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
+ALL_TARGET= xmris
.include <bsd.port.mk>