diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | ac3066bf75f468401e4a8243ba4ea731c187b370 (patch) | |
tree | e3a493de948df0105f48151974dbe8794e55fc20 /games/xchomp | |
parent | By default, KEYWORDS is a copy of CATEGORIES. (diff) |
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
Notes
Notes:
svn path=/head/; revision=1267
Diffstat (limited to '')
-rw-r--r-- | games/xchomp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xchomp/Makefile b/games/xchomp/Makefile index 3e6be37f9f25..21aacbdca4ea 100644 --- a/games/xchomp/Makefile +++ b/games/xchomp/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1995/01/04 08:59:25 swallace Exp $ # DISTNAME= xchomp @@ -13,6 +13,7 @@ NO_INSTALL_MANPAGES= yes #Original sources in multi-part compressed shell archive #DISTFILES= part01.Z part02.Z part03.Z part04.Z part05.Z patch1.Z #MASTER_SITES= ftp://ftp.wustl.edu/usenet/comp.sources.x/volume06 +CATEGORIES+= games #Change -DFRAME_DELAY=40000 in patchfile/Imakefile value to adjust #speed of play depending on X server. |