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 /irc/ircII | |
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 'irc/ircII')
-rw-r--r-- | irc/ircII/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index cd408cf98dc2..37672fb15c8d 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -3,13 +3,14 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.1.1.1 1994/10/23 01:26:28 torstenb Exp $ +# $Id: Makefile,v 1.2 1995/02/11 15:22:02 torstenb Exp $ # DISTNAME= ircii-2.8 DISTFILES= ircii-2.8.tar.gz ircii-2.8help.tar.gz GNU_CONFIGURE= YES MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ +CATEGORIES+= networking pre-install: @mkdir -p ${PREFIX}/bin |