diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:24:36 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:24:36 +0000 |
commit | ff0278ea308c686207e2b1053f9dea6e7b3f8bf9 (patch) | |
tree | 88dbf13f219f88e7e7b9057415b1df6b05f0e948 /archivers/p5-Archive-Tar | |
parent | cdbd97130a8334f7f917cdee2afd7085512486e3 (diff) | |
download | pkgsrc-ff0278ea308c686207e2b1053f9dea6e7b3f8bf9.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'archivers/p5-Archive-Tar')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index c7703d6d81e..a091c4f31f9 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:21:32 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/21 16:24:40 martti Exp $ DISTNAME= Archive-Tar-1.02 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} MAINTAINER= tech-pkg@NetBSD.org -COMMENT= perl5 module interface to manipulate tar files +COMMENT= Perl5 module interface to manipulate tar files DEPENDS+= p5-IO-Zlib-[0-9]*:../../devel/p5-IO-Zlib |