summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-06-05 18:39:24 +0000
committerminskim <minskim@pkgsrc.org>2006-06-05 18:39:24 +0000
commit8e03861451071786afefaacb43f4ee0e20c66e22 (patch)
tree7b6ebe7de1d1f4d9c3545577f4aae4063ef9a4d3 /textproc
parent0f372f9e57d5c2e6b0b6c8db05b810545749fc46 (diff)
downloadpkgsrc-8e03861451071786afefaacb43f4ee0e20c66e22.tar.gz
Fix CHECK_INTERPRETER errors. Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Lingua-EN-Inflect/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Lingua-EN-Inflect/Makefile b/textproc/p5-Lingua-EN-Inflect/Makefile
index 13387faba4e..a16feefe3df 100644
--- a/textproc/p5-Lingua-EN-Inflect/Makefile
+++ b/textproc/p5-Lingua-EN-Inflect/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:47 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/06/05 18:39:24 minskim Exp $
DISTNAME= Lingua-EN-Inflect-1.88
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5lei
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
@@ -13,6 +13,8 @@ COMMENT= Perl module for inflection of english words and a/an selection
PKG_INSTALLATION_TYPES= overwrite pkgviews
+REPLACE_PERL+= demo*.pl
+
PERL5_PACKLIST= auto/Lingua/EN/Inflect/.packlist
.include "../../lang/perl5/module.mk"