diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:51:46 +0000 |
commit | 02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /chat/Makefile | |
parent | a2a4d06c6fe93107eedfcc3d009672fe424ac7ef (diff) | |
download | pkgsrc-02e8ee6a47fbac28ca9bbc16c4b70e20837489c0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/chat/Makefile b/chat/Makefile index e9092901826..d4ef078d911 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,24 +1,26 @@ -# $NetBSD: Makefile,v 1.5 2001/02/08 13:33:37 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/16 15:51:47 wiz Exp $ # - SUBDIR += bitchx - SUBDIR += epic4 - SUBDIR += gaim - SUBDIR += gale - SUBDIR += icb - SUBDIR += icqlib - SUBDIR += irchat - SUBDIR += ircII - SUBDIR += ircu - SUBDIR += kicq - SUBDIR += kxicq - SUBDIR += libirc - SUBDIR += micq - SUBDIR += sirc - SUBDIR += tkicb - SUBDIR += tkirc - SUBDIR += xchat - SUBDIR += zenicb - SUBDIR += zircon +COMMENT= communication programs + +SUBDIR+= bitchx +SUBDIR+= epic4 +SUBDIR+= gaim +SUBDIR+= gale +SUBDIR+= icb +SUBDIR+= icqlib +SUBDIR+= irchat +SUBDIR+= ircII +SUBDIR+= ircu +SUBDIR+= kicq +SUBDIR+= kxicq +SUBDIR+= libirc +SUBDIR+= micq +SUBDIR+= sirc +SUBDIR+= tkicb +SUBDIR+= tkirc +SUBDIR+= xchat +SUBDIR+= zenicb +SUBDIR+= zircon .include "../mk/bsd.pkg.subdir.mk" |