diff options
author | asami <asami@FreeBSD.org> | 1995-11-27 12:06:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-27 12:06:03 +0800 |
commit | 422c3208b6aaa43cf9813d5a60186362439964d7 (patch) | |
tree | 4d56626b11c8a65139d8d8ec861b914271740669 /irc/zircon | |
parent | 74cf2063147580a0d91c5239a97c72b1d49fd88b (diff) | |
download | freebsd-ports-gnome-422c3208b6aaa43cf9813d5a60186362439964d7.tar.gz freebsd-ports-gnome-422c3208b6aaa43cf9813d5a60186362439964d7.tar.zst freebsd-ports-gnome-422c3208b6aaa43cf9813d5a60186362439964d7.zip |
Change "networking" to "net".
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index cb93b38e1e54..f7c7a19d6cd2 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,12 +3,12 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.4 1995/08/19 07:59:28 pst Exp $ +# $Id: Makefile,v 1.5 1995/10/04 01:56:37 asami Exp $ # DISTNAME= zircon-1.15p11 PKGNAME= zircon-1.15.11 -CATEGORIES+= networking +CATEGORIES+= net MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ BUILD_DEPENDS= dpwish:${PORTSDIR}/net/tclDP |