aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-01 20:51:41 +0800
committerjkh <jkh@FreeBSD.org>1995-04-01 20:51:41 +0800
commit53877c9f645ddedab9a5f167859019ea3a6e8a6f (patch)
treefc33134c759ae5dde8d5dd09a7b45e70fc8afd53 /irc
parent2aa1428ec175749eedeb8e8e43420e2f545e475f (diff)
downloadfreebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.gz
freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.zst
freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.zip
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.
Diffstat (limited to 'irc')
-rw-r--r--irc/irc/Makefile3
-rw-r--r--irc/ircII/Makefile3
-rw-r--r--irc/zircon/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index db25de08058a..b52894b86add 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -3,11 +3,12 @@
# Date created: 23 August 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1994/09/13 06:34:53 jkh Exp $
+# $Id: Makefile,v 1.3 1995/02/11 01:44:28 torstenb Exp $
#
DISTNAME= irc2.8.21
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/servers/
+CATEGORIES+= networking
pre-install:
mkdir -p ${PREFIX}/bin
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
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile
index 62b30876b06e..ad6b04acd6e5 100644
--- a/irc/zircon/Makefile
+++ b/irc/zircon/Makefile
@@ -3,11 +3,12 @@
# Date created: 11 Feb 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.1.1.1 1994/12/12 00:44:48 ats Exp $
+# $Id: Makefile,v 1.1.1.1 1995/02/12 08:57:13 jkh Exp $
#
DISTNAME= zircon-1.15p10
MASTER_SITES= ftp://ftp.cdrom.com/pub/tcl/alcatel/code/
+CATEGORIES+= networking
EXEC_DEPENDS= dpwish:${PORTSDIR}/net/tclDP
.include <bsd.port.mk>