summaryrefslogtreecommitdiff
path: root/shells
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 /shells
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 'shells')
-rw-r--r--shells/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/shells/Makefile b/shells/Makefile
index e0c86387351..4d2125be351 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2000/12/12 01:31:04 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/02/16 15:51:53 wiz Exp $
#
- SUBDIR += bash2
- SUBDIR += es
- SUBDIR += esh
- SUBDIR += rc
- SUBDIR += scsh
- SUBDIR += tcsh
- SUBDIR += zsh
+COMMENT= Shells
+
+SUBDIR+= bash2
+SUBDIR+= es
+SUBDIR+= esh
+SUBDIR+= rc
+SUBDIR+= scsh
+SUBDIR+= tcsh
+SUBDIR+= zsh
.include "../mk/bsd.pkg.subdir.mk"