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 /news | |
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 'news')
-rw-r--r-- | news/Makefile | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/news/Makefile b/news/Makefile index e4188e6baeb..d224a9a2920 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.18 2000/12/27 23:16:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.19 2001/02/16 15:51:52 wiz Exp $ # - SUBDIR += inn - SUBDIR += knews - SUBDIR += newscache - SUBDIR += newsfetch - SUBDIR += nn - SUBDIR += nntpcache - SUBDIR += nntpclnt - SUBDIR += slrn - SUBDIR += suck - SUBDIR += tin - SUBDIR += trn - SUBDIR += xrn +COMMENT= Network news + +SUBDIR+= inn +SUBDIR+= knews +SUBDIR+= newscache +SUBDIR+= newsfetch +SUBDIR+= nn +SUBDIR+= nntpcache +SUBDIR+= nntpclnt +SUBDIR+= slrn +SUBDIR+= suck +SUBDIR+= tin +SUBDIR+= trn +SUBDIR+= xrn .include "../mk/bsd.pkg.subdir.mk" |