summaryrefslogtreecommitdiff
path: root/meta-pkgs/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 /meta-pkgs/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 'meta-pkgs/Makefile')
-rw-r--r--meta-pkgs/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile
index 949cf029367..7f4c7adb253 100644
--- a/meta-pkgs/Makefile
+++ b/meta-pkgs/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2000/12/12 01:30:57 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/16 15:51:51 wiz Exp $
#
- SUBDIR += edesktop
- SUBDIR += netbsd-doc
- SUBDIR += netbsd-doc-print
- SUBDIR += web-server
+COMMENT= Collections of other packages
+
+SUBDIR+= edesktop
+SUBDIR+= netbsd-doc
+SUBDIR+= netbsd-doc-print
+SUBDIR+= web-server
.include "../mk/bsd.pkg.subdir.mk"