diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-28 02:24:57 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-28 02:24:57 +0000 |
commit | b111804601159bc53be3e38be51a0671ccd4209c (patch) | |
tree | 1605d513e08571ad2eafeb964ff0e6e9ecd6aa83 /irc/tkirc | |
parent | Fix the fix for -current (no longer use sys/rlist.h). (diff) |
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
Notes
Notes:
svn path=/head/; revision=19854
Diffstat (limited to '')
-rw-r--r-- | irc/tkirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/tkirc/Makefile b/irc/tkirc/Makefile index 8f6aaeb87ae7..889050ac3372 100644 --- a/irc/tkirc/Makefile +++ b/irc/tkirc/Makefile @@ -3,12 +3,12 @@ # Date created: Jan 15 1998 # Whom: brianfeldman@hotmail.com # -# $Id: Makefile,v 1.5 1998/04/14 09:27:21 jkh Exp $ +# $Id: Makefile,v 1.6 1998/08/07 23:56:44 asami Exp $ # DISTNAME= tkirc1.202 PKGNAME= tkirc-1.202 -CATEGORIES= net tk80 +CATEGORIES= irc tk80 MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ MAINTAINER= brianfeldman@hotmail.com |