summaryrefslogtreecommitdiff
path: root/time
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 /time
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 'time')
-rw-r--r--time/Makefile64
1 files changed, 33 insertions, 31 deletions
diff --git a/time/Makefile b/time/Makefile
index 758b20f0ffc..b99f1132e07 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -1,35 +1,37 @@
-# $NetBSD: Makefile,v 1.4 2000/12/21 15:06:06 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/16 15:51:53 wiz Exp $
#
- SUBDIR += asclock
- SUBDIR += asclock-gtk
- SUBDIR += asclock-xlib
- SUBDIR += cal
- SUBDIR += cardboard-schedule
- SUBDIR += catclock
- SUBDIR += dclock
- SUBDIR += emiclock
- SUBDIR += glclock
- SUBDIR += gnyaclock
- SUBDIR += ical
- SUBDIR += korganizer
- SUBDIR += kworldwatch
- SUBDIR += logtime
- SUBDIR += pcal
- SUBDIR += plan
- SUBDIR += polclock
- SUBDIR += py-mxDateTime
- SUBDIR += rclock
- SUBDIR += remind
- SUBDIR += sunclock
- SUBDIR += swisswatch
- SUBDIR += titrax
- SUBDIR += wmcalclock
- SUBDIR += wmmoonclock
- SUBDIR += wmtime
- SUBDIR += xbeats
- SUBDIR += xcal
- SUBDIR += xdaliclock
- SUBDIR += xtimer
+COMMENT= clocks, calendars, daily planners and other time related applications
+
+SUBDIR+= asclock
+SUBDIR+= asclock-gtk
+SUBDIR+= asclock-xlib
+SUBDIR+= cal
+SUBDIR+= cardboard-schedule
+SUBDIR+= catclock
+SUBDIR+= dclock
+SUBDIR+= emiclock
+SUBDIR+= glclock
+SUBDIR+= gnyaclock
+SUBDIR+= ical
+SUBDIR+= korganizer
+SUBDIR+= kworldwatch
+SUBDIR+= logtime
+SUBDIR+= pcal
+SUBDIR+= plan
+SUBDIR+= polclock
+SUBDIR+= py-mxDateTime
+SUBDIR+= rclock
+SUBDIR+= remind
+SUBDIR+= sunclock
+SUBDIR+= swisswatch
+SUBDIR+= titrax
+SUBDIR+= wmcalclock
+SUBDIR+= wmmoonclock
+SUBDIR+= wmtime
+SUBDIR+= xbeats
+SUBDIR+= xcal
+SUBDIR+= xdaliclock
+SUBDIR+= xtimer
.include "../mk/bsd.pkg.subdir.mk"