summaryrefslogtreecommitdiff
path: root/finance/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 /finance/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 'finance/Makefile')
-rw-r--r--finance/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/finance/Makefile b/finance/Makefile
index b0d41340abd..ee82a848c8a 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2000/12/13 22:40:57 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/16 15:51:49 wiz Exp $
#
- SUBDIR += emma
- SUBDIR += gnofin
- SUBDIR += gnucash
- SUBDIR += tclticker
- SUBDIR += xfinans
- SUBDIR += xinvest
- SUBDIR += xquote
+COMMENT= Monetary, financial and related applications
+
+SUBDIR+= emma
+SUBDIR+= gnofin
+SUBDIR+= gnucash
+SUBDIR+= tclticker
+SUBDIR+= xfinans
+SUBDIR+= xinvest
+SUBDIR+= xquote
.include "../mk/bsd.pkg.subdir.mk"