pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Add missing PERL5_PACKLIST fu.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16aff7080795
branches:  trunk
changeset: 528091:16aff7080795
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Fri Apr 20 19:58:35 2007 +0000

description:
Add missing PERL5_PACKLIST fu.

diffstat:

 textproc/p5-Text-vCard/Makefile        |  6 +++++-
 textproc/p5-Text-vFile-asData/Makefile |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 8a0c08efce76 -r 16aff7080795 textproc/p5-Text-vCard/Makefile
--- a/textproc/p5-Text-vCard/Makefile   Fri Apr 20 18:56:29 2007 +0000
+++ b/textproc/p5-Text-vCard/Makefile   Fri Apr 20 19:58:35 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/14 19:10:18 kleink Exp $
+# $NetBSD: Makefile,v 1.2 2007/04/20 19:58:35 kleink Exp $
 
 DISTNAME=      Text-vCard-2.00
 PKGNAME=       p5-${DISTNAME}
@@ -10,10 +10,14 @@
 HOMEPAGE=      http://search.cpan.org/dist/Text-vCard/
 COMMENT=       parse, edit and create vCards (RFC 2426)
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 # for MIME::QuotedPrint
 DEPENDS+=      p5-MIME-Base64>=3.07:../../converters/p5-MIME-Base64
 DEPENDS+=      p5-File-Slurp>=9999.04:../../devel/p5-File-Slurp
 DEPENDS+=      p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData
 
+PERL5_PACKLIST=        auto/Text/vCard/.packlist
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8a0c08efce76 -r 16aff7080795 textproc/p5-Text-vFile-asData/Makefile
--- a/textproc/p5-Text-vFile-asData/Makefile    Fri Apr 20 18:56:29 2007 +0000
+++ b/textproc/p5-Text-vFile-asData/Makefile    Fri Apr 20 19:58:35 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/14 19:06:04 kleink Exp $
+# $NetBSD: Makefile,v 1.2 2007/04/20 19:58:35 kleink Exp $
 
 DISTNAME=      Text-vFile-asData-0.05
 PKGNAME=       p5-${DISTNAME}
@@ -10,7 +10,11 @@
 HOMEPAGE=      http://search.cpan.org/dist/Text-vFile-asData/
 COMMENT=       parse vFile formatted files into data structures
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 DEPENDS+=      p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained
 
+PERL5_PACKLIST=        auto/Text/vFile/asData/.packlist
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index