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 /x11/rxvt-devel/Makefile | |
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 'x11/rxvt-devel/Makefile')
-rw-r--r-- | x11/rxvt-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 3fb5026b7f87..444fd1de03d0 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.4 1995/01/15 06:43:05 gpalmer Exp $ +# $Id: Makefile,v 1.5 1995/02/01 22:38:08 gpalmer Exp $ # DISTNAME= rxvt-2.09 @@ -11,6 +11,7 @@ USE_IMAKE= yes WRKSRC= ${WRKDIR}/rxvt PREFIX= /usr/X11R6 MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ +CATEGORIES+= x11 MAINTAINER= gpalmer@FreeBSD.ORG # Get rid of the rclock directory until I can figure out how to patch |