diff options
author | minskim <minskim> | 2004-04-25 04:18:32 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-25 04:18:32 +0000 |
commit | 08ae9067f14393d468002bda54876b5a3c571a17 (patch) | |
tree | abc336c1e4313c9ec02e5779ad8017196b2ac17f /devel/p5-Algorithm-Diff | |
parent | 441d869cb6401c548db522aef0e8a7ce8d86a229 (diff) | |
download | pkgsrc-08ae9067f14393d468002bda54876b5a3c571a17.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel/p5-Algorithm-Diff')
-rw-r--r-- | devel/p5-Algorithm-Diff/Makefile | 6 |
1 files changed, 4 insertions, 2 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" |