diff options
author | wiz <wiz> | 2010-02-26 16:00:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-02-26 16:00:13 +0000 |
commit | 34472d51454f74d41dab8382edc41f6921cb09a7 (patch) | |
tree | fd6bd8211a72298c5cc0a801bd49020f3a26fa47 /textproc/p5-Text-vCard | |
parent | 9397064a4098d6a6305e4d2954749456b7686122 (diff) | |
download | pkgsrc-34472d51454f74d41dab8382edc41f6921cb09a7.tar.gz |
Uppercase first letter of COMMENT.
Diffstat (limited to 'textproc/p5-Text-vCard')
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index 57d1d338c3b..b170d6f23eb 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:57 he Exp $ +# $NetBSD: Makefile,v 1.7 2010/02/26 16:00:13 wiz Exp $ DISTNAME= Text-vCard-2.03 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-vCard/ -COMMENT= parse, edit and create vCards (RFC 2426) +COMMENT= Parse, edit and create vCards (RFC 2426) PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |