diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
commit | a13ea108bb00bc0ece583da1c460ce82a8ed8c87 (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /misc/zorro | |
parent | a87738b456114a95193b58ec31e883210d6b9f3f (diff) | |
download | pkgsrc-a13ea108bb00bc0ece583da1c460ce82a8ed8c87.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'misc/zorro')
-rw-r--r-- | misc/zorro/Makefile | 3 | ||||
-rw-r--r-- | misc/zorro/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile index 56f3ad7a286..a718862e4cf 100644 --- a/misc/zorro/Makefile +++ b/misc/zorro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/31 14:51:51 jwise Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/17 18:09:31 wiz Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp # @@ -8,6 +8,7 @@ CATEGORIES= misc tk MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ MAINTAINER= packages@netbsd.org +COMMENT= Simple to-do list manager DEPENDS+= tk-8.3.2:../../x11/tk diff --git a/misc/zorro/pkg/COMMENT b/misc/zorro/pkg/COMMENT deleted file mode 100644 index c363ff06bd2..00000000000 --- a/misc/zorro/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Simple to-do list manager |