diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:01:11 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:01:11 +0000 |
commit | 1ba8eec232339f41532102e177c862420e0a0541 (patch) | |
tree | aad0f0f3d1eeee19ab9cf6145dbeefd3c66235e0 /misc/p5-Array-PrintCols | |
parent | e24fd045f99cea9e93e1bcd4b5a5ee77defb5aa6 (diff) | |
download | pkgsrc-1ba8eec232339f41532102e177c862420e0a0541.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index c77f04560ba..3008f953746 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:49:36 grant Exp $ +# $NetBSD: Makefile,v 1.16 2003/07/21 17:01:19 martti Exp $ # FreeBSD Id: Makefile,v 1.9 1997/09/14 02:54:03 jfitz Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Array-PrintCols/PrintCols.html -COMMENT= perl5 module to print arrays of elements in sorted columns +COMMENT= Perl5 module to print arrays of elements in sorted columns USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Array/PrintCols/.packlist |