diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-12 05:10:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-12 05:10:18 +0000 |
commit | 75ea96fe925c92aa5bfc427549759922ae56a232 (patch) | |
tree | 043f56f4ee37c11e2e8653170b67ce91ec336a18 /games/xmris | |
parent | 314027dc033e6e47bb524641e08eac83555d77f5 (diff) | |
download | ports-75ea96fe925c92aa5bfc427549759922ae56a232.tar.gz ports-75ea96fe925c92aa5bfc427549759922ae56a232.zip |
Notes
Diffstat (limited to 'games/xmris')
-rw-r--r-- | games/xmris/Makefile | 3 |
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> |