diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-19 22:13:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-19 22:13:37 +0000 |
commit | 2bf3f55c2a20e8a934341f36d278d3bc0888599e (patch) | |
tree | 489365961beacab7c5393e3aaadd9f19b775f72f /devel | |
parent | c94e87c294aa090fb3538b6df943f71d45ab5e76 (diff) | |
download | pkgsrc-2bf3f55c2a20e8a934341f36d278d3bc0888599e.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Spec/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-IO-stringy/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/p5-File-Spec/Makefile b/devel/p5-File-Spec/Makefile index 2199b722c71..2ce4a346d8e 100644 --- a/devel/p5-File-Spec/Makefile +++ b/devel/p5-File-Spec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/10/09 06:21:59 thorpej Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/19 22:13:37 minskim Exp $ # DISTNAME= File-Spec-0.86 @@ -7,10 +7,12 @@ SVR4_PKGNAME= p5fsp CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} +PKG_INSTALLATION_TYPES= overwrite pkgviews + MAINTAINER= tech-pkg@NetBSD.org COMMENT= Portably perform operations on file names -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/Spec/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile index 47f1f10017e..785ab4ec3ff 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:32:34 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/19 22:15:11 minskim Exp $ # DISTNAME= IO-stringy-2.108 @@ -11,7 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.zeegee.com/code/perl/IO-stringy/ COMMENT= Perl class for I/O on in-core objects like strings and arrays -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO-stringy/.packlist .include "../../lang/perl5/module.mk" |