summaryrefslogtreecommitdiff
path: root/misc/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 /misc/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 'misc/Makefile')
-rw-r--r--misc/Makefile144
1 files changed, 73 insertions, 71 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 89272537537..4a98d6097b8 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,75 +1,77 @@
-# $NetBSD: Makefile,v 1.84 2001/02/14 11:48:59 jtb Exp $
+# $NetBSD: Makefile,v 1.85 2001/02/16 15:51:51 wiz Exp $
#
- SUBDIR += 9menu
- SUBDIR += ascii
- SUBDIR += asr-manpages
- SUBDIR += astrolog
- SUBDIR += bottlerocket
- SUBDIR += buffer
- SUBDIR += chipmunk
- SUBDIR += chord
- SUBDIR += cksfv
- SUBDIR += colorls
- SUBDIR += colortail
- SUBDIR += cowsay
- SUBDIR += cuecat
- SUBDIR += dgpsip
- SUBDIR += dialog
- SUBDIR += dotfile
- SUBDIR += dt
- SUBDIR += dync
- SUBDIR += fd
- SUBDIR += fep
- SUBDIR += figlet
-# SUBDIR += freewnn-common # base package for japanese/freewnn-*
- SUBDIR += git
- SUBDIR += gnome-pim
- SUBDIR += gnome-utils
- SUBDIR += gone
- SUBDIR += gperiodic
- SUBDIR += heyu
- SUBDIR += hitchhiker
- SUBDIR += ibutton-pdkit
- SUBDIR += iselect
- SUBDIR += jitterbug
- SUBDIR += jive
- SUBDIR += kdeutils
- SUBDIR += kp
- SUBDIR += less
- SUBDIR += libutf
- SUBDIR += lile
- SUBDIR += linuxls
- SUBDIR += logsurfer
- SUBDIR += lv
- SUBDIR += most
- SUBDIR += p5-Array-PrintCols
- SUBDIR += p5-Business-CreditCard
- SUBDIR += p5-ControlX10-CM11
- SUBDIR += p5-File-MMagic
- SUBDIR += p5-Locale-Codes
- SUBDIR += p5-Search
- SUBDIR += pdmenu
- SUBDIR += proj
- SUBDIR += pty-redir
- SUBDIR += py-readline
- SUBDIR += qterm
- SUBDIR += root
- SUBDIR += rpm
- SUBDIR += sci
- SUBDIR += screen
- SUBDIR += setiathome
- SUBDIR += siag
- SUBDIR += splitvt
- SUBDIR += staroffice
- SUBDIR += tds
- SUBDIR += team
- SUBDIR += vera
- SUBDIR += vfu
- SUBDIR += vttest
- SUBDIR += watch
- SUBDIR += xrolodex
- SUBDIR += xtend
- SUBDIR += zorro
+COMMENT= Miscellaneous utilities
+
+SUBDIR+= 9menu
+SUBDIR+= ascii
+SUBDIR+= asr-manpages
+SUBDIR+= astrolog
+SUBDIR+= bottlerocket
+SUBDIR+= buffer
+SUBDIR+= chipmunk
+SUBDIR+= chord
+SUBDIR+= cksfv
+SUBDIR+= colorls
+SUBDIR+= colortail
+SUBDIR+= cowsay
+SUBDIR+= cuecat
+SUBDIR+= dgpsip
+SUBDIR+= dialog
+SUBDIR+= dotfile
+SUBDIR+= dt
+SUBDIR+= dync
+SUBDIR+= fd
+SUBDIR+= fep
+SUBDIR+= figlet
+#SUBDIR+= freewnn-common # base package for japanese/freewnn-*
+SUBDIR+= git
+SUBDIR+= gnome-pim
+SUBDIR+= gnome-utils
+SUBDIR+= gone
+SUBDIR+= gperiodic
+SUBDIR+= heyu
+SUBDIR+= hitchhiker
+SUBDIR+= ibutton-pdkit
+SUBDIR+= iselect
+SUBDIR+= jitterbug
+SUBDIR+= jive
+SUBDIR+= kdeutils
+SUBDIR+= kp
+SUBDIR+= less
+SUBDIR+= libutf
+SUBDIR+= lile
+SUBDIR+= linuxls
+SUBDIR+= logsurfer
+SUBDIR+= lv
+SUBDIR+= most
+SUBDIR+= p5-Array-PrintCols
+SUBDIR+= p5-Business-CreditCard
+SUBDIR+= p5-ControlX10-CM11
+SUBDIR+= p5-File-MMagic
+SUBDIR+= p5-Locale-Codes
+SUBDIR+= p5-Search
+SUBDIR+= pdmenu
+SUBDIR+= proj
+SUBDIR+= pty-redir
+SUBDIR+= py-readline
+SUBDIR+= qterm
+SUBDIR+= root
+SUBDIR+= rpm
+SUBDIR+= sci
+SUBDIR+= screen
+SUBDIR+= setiathome
+SUBDIR+= siag
+SUBDIR+= splitvt
+SUBDIR+= staroffice
+SUBDIR+= tds
+SUBDIR+= team
+SUBDIR+= vera
+SUBDIR+= vfu
+SUBDIR+= vttest
+SUBDIR+= watch
+SUBDIR+= xrolodex
+SUBDIR+= xtend
+SUBDIR+= zorro
.include "../mk/bsd.pkg.subdir.mk"