summaryrefslogtreecommitdiff
path: root/editors/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 /editors/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 'editors/Makefile')
-rw-r--r--editors/Makefile76
1 files changed, 39 insertions, 37 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 03b06f05084..6e4f13cfb1f 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -1,41 +1,43 @@
-# $NetBSD: Makefile,v 1.42 2001/01/31 08:55:21 jun Exp $
+# $NetBSD: Makefile,v 1.43 2001/02/16 15:51:49 wiz Exp $
#
- SUBDIR += abiword
- SUBDIR += beav
- SUBDIR += biew
- SUBDIR += bvi
- SUBDIR += emacs
- SUBDIR += gnotepad
- SUBDIR += hexedit
- SUBDIR += jed
- SUBDIR += joe
- SUBDIR += jove
- SUBDIR += leim
- SUBDIR += manedit
- SUBDIR += mg2a
- SUBDIR += mule
- SUBDIR += ne
- SUBDIR += nedit
- SUBDIR += ng
- SUBDIR += nvi-m17n
- SUBDIR += pico
- SUBDIR += sam
- SUBDIR += ssam
- SUBDIR += tamago
- SUBDIR += uemacs
- SUBDIR += vigor
- SUBDIR += vile
- SUBDIR += vilearn
- SUBDIR += vim
- SUBDIR += vim-gtk
- SUBDIR += vim-share
- SUBDIR += vim-xaw
- SUBDIR += wily
- SUBDIR += wordperfect
- SUBDIR += xcoral
- SUBDIR += xemacs
- SUBDIR += xemacs-packages
- SUBDIR += xvile
+COMMENT= Editors
+
+SUBDIR+= abiword
+SUBDIR+= beav
+SUBDIR+= biew
+SUBDIR+= bvi
+SUBDIR+= emacs
+SUBDIR+= gnotepad
+SUBDIR+= hexedit
+SUBDIR+= jed
+SUBDIR+= joe
+SUBDIR+= jove
+SUBDIR+= leim
+SUBDIR+= manedit
+SUBDIR+= mg2a
+SUBDIR+= mule
+SUBDIR+= ne
+SUBDIR+= nedit
+SUBDIR+= ng
+SUBDIR+= nvi-m17n
+SUBDIR+= pico
+SUBDIR+= sam
+SUBDIR+= ssam
+SUBDIR+= tamago
+SUBDIR+= uemacs
+SUBDIR+= vigor
+SUBDIR+= vile
+SUBDIR+= vilearn
+SUBDIR+= vim
+SUBDIR+= vim-gtk
+SUBDIR+= vim-share
+SUBDIR+= vim-xaw
+SUBDIR+= wily
+SUBDIR+= wordperfect
+SUBDIR+= xcoral
+SUBDIR+= xemacs
+SUBDIR+= xemacs-packages
+SUBDIR+= xvile
.include "../mk/bsd.pkg.subdir.mk"