diff options
Diffstat (limited to 'devel/p5-Algorithm-Annotate/Makefile')
-rw-r--r-- | devel/p5-Algorithm-Annotate/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Algorithm-Annotate/Makefile b/devel/p5-Algorithm-Annotate/Makefile index a9726844f36..b854a065987 100644 --- a/devel/p5-Algorithm-Annotate/Makefile +++ b/devel/p5-Algorithm-Annotate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 16:04:15 epg Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/25 04:20:01 minskim Exp $ DISTNAME= Algorithm-Annotate-0.10 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module that provides cvs-annotate-like functionality -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Algorithm/Annotate/.packlist .include "../../lang/perl5/module.mk" |