summaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 15:51:46 +0000
committerwiz <wiz>2001-02-16 15:51:46 +0000
commit532d24032cb32be03309840b839d6d7489cd33a4 (patch)
tree93e776c22feddb53127ca24e4742b48902ced5bc /shells/Makefile
parent4a8a503bb648160a87419f17dea624c135dd8361 (diff)
downloadpkgsrc-532d24032cb32be03309840b839d6d7489cd33a4.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/Makefile')
-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"