summaryrefslogtreecommitdiff
path: root/news/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-16 15:51:46 +0000
committerwiz <wiz@pkgsrc.org>2001-02-16 15:51:46 +0000
commit02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 (patch)
tree93e776c22feddb53127ca24e4742b48902ced5bc /news/Makefile
parenta2a4d06c6fe93107eedfcc3d009672fe424ac7ef (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--news/Makefile28
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"