diff options
author | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
commit | 2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /time/cal/Makefile | |
parent | 6129da62580b8a50ce5de047ae21c11f45e93b0b (diff) | |
download | pkgsrc-2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'time/cal/Makefile')
-rw-r--r-- | time/cal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/cal/Makefile b/time/cal/Makefile index 68653f82b4f..5f51bdcd2c6 100644 --- a/time/cal/Makefile +++ b/time/cal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:09 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:32:00 wiz Exp $ # FreeBSD Id: Makefile,v 1.5 1997/05/12 06:33:23 max Exp # @@ -7,6 +7,7 @@ CATEGORIES= time MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/shell/} MAINTAINER= packages@netbsd.org +COMMENT= Enhanced color version of standard calendar utility WRKSRC= ${WRKDIR}/cal-3.5/source MAKEFILE= makefile.unx |