diff options
author | martti <martti> | 2003-07-21 16:35:12 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:35:12 +0000 |
commit | 1a8b5d26aed60e3f03654073908b836f261492bd (patch) | |
tree | 5309d236d89582989589770b30d2d70c0ef6dc71 /devel/p5-Expect | |
parent | fe50b26ac921ed5af8200e8e5c96d255b32d3cb3 (diff) | |
download | pkgsrc-1a8b5d26aed60e3f03654073908b836f261492bd.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'devel/p5-Expect')
-rw-r--r-- | devel/p5-Expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile index 5373e885c86..5523ce0c3a5 100644 --- a/devel/p5-Expect/Makefile +++ b/devel/p5-Expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:32:23 grant Exp $ +# $NetBSD: Makefile,v 1.16 2003/07/21 16:43:38 martti Exp $ DISTNAME= Expect-1.15 PKGNAME= p5-expect-1.15 @@ -7,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/} MAINTAINER= tech-pkg@NetBSD.org -COMMENT= perl version of the TCL "expect" tool +COMMENT= Perl version of the TCL "expect" tool DEPENDS+= p5-IO-stty-[0-9]*:../../devel/p5-IO-Stty DEPENDS+= p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty |