diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
commit | f4d6acbc42e1538f4db9f465a76ab8a10ad5176d (patch) | |
tree | 135c85eebdc631af1639facfb134770aee87e354 /games/xmj | |
parent | Reorganize Makefile, add Garrett as MAINTAINER. (diff) |
And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here. Please check
your ports, and also put yourself in MAINTAINER so I know who to talk
to. Thanks....
Notes
Notes:
svn path=/head/; revision=1325
Diffstat (limited to 'games/xmj')
-rw-r--r-- | games/xmj/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/xmj/Makefile b/games/xmj/Makefile index fc07dd39b9ca..aee9f7d5a606 100644 --- a/games/xmj/Makefile +++ b/games/xmj/Makefile @@ -1,13 +1,15 @@ # New ports collection makefile for: xmj +# Version required: ? # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/01/04 06:29:36 swallace Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:45:29 jkh Exp $ # DISTNAME= xmj -MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/demos/ CATEGORIES+= games +MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/demos/ + USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |