diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 04:18:32 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 04:18:32 +0000 |
commit | 0ba79d8197ce10d5153a7a2264479791b509d92c (patch) | |
tree | abc336c1e4313c9ec02e5779ad8017196b2ac17f /devel | |
parent | ce76fbca0865e592178f6ce22a74d9390ccd33ad (diff) | |
download | pkgsrc-0ba79d8197ce10d5153a7a2264479791b509d92c.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Algorithm-Diff/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Algorithm-Merge/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/p5-Algorithm-Diff/Makefile b/devel/p5-Algorithm-Diff/Makefile index fbfcfef6f4e..0c125ada806 100644 --- a/devel/p5-Algorithm-Diff/Makefile +++ b/devel/p5-Algorithm-Diff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/25 04:17:32 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/25 04:18:32 minskim Exp $ DISTNAME= Algorithm-Diff-1.15 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Algorithm-Diff/ COMMENT= Perl module for diffing similar to diff(1) -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Algorithm/Diff/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Algorithm-Merge/Makefile b/devel/p5-Algorithm-Merge/Makefile index 662fa91594c..e19d7d00083 100644 --- a/devel/p5-Algorithm-Merge/Makefile +++ b/devel/p5-Algorithm-Merge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 16:07:56 epg Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/25 04:18:44 minskim Exp $ DISTNAME= Algorithm-Merge-0.04 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module providing diff3(1)-like functionality -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Algorithm/Merge/.packlist .include "../../lang/perl5/module.mk" |