diff options
Diffstat (limited to 'textproc/p5-Text-WagnerFischer/Makefile')
-rw-r--r-- | textproc/p5-Text-WagnerFischer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/p5-Text-WagnerFischer/Makefile b/textproc/p5-Text-WagnerFischer/Makefile index 2269bd24755..7bf6c0e7f92 100644 --- a/textproc/p5-Text-WagnerFischer/Makefile +++ b/textproc/p5-Text-WagnerFischer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/29 23:37:44 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/10/09 14:07:05 wiz Exp $ # DISTNAME= Text-WagnerFischer-0.04 @@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Text-WagnerFischer COMMENT= Perl module for configurable edit distance calculations LICENSE= ${PERL5_LICENSE} -PKG_INSTALLATION_TYPES= overwrite pkgviews - PERL5_PACKLIST= auto/Text/WagnerFischer/.packlist .include "../../lang/perl5/module.mk" |