From 02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 16 Feb 2001 15:51:46 +0000 Subject: 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.) --- time/Makefile | 64 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 33 insertions(+), 31 deletions(-) (limited to 'time') 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" -- cgit v1.2.3