diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-05 18:33:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-05 18:33:55 +0000 |
commit | e9e4f3cf9739d565cbc69444485dadf9390be5fe (patch) | |
tree | c1bf862525b10b51ea27932adf11c64c3a10acc9 /textproc | |
parent | 0b495d214811cdb52a79edeaf2a89f2986af6a14 (diff) | |
download | pkgsrc-e9e4f3cf9739d565cbc69444485dadf9390be5fe.tar.gz |
Fix CHECK_INTERPRETER errors. Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Reform/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile index a6f437f2044..d40f3f050ca 100644 --- a/textproc/p5-Text-Reform/Makefile +++ b/textproc/p5-Text-Reform/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/05 18:33:55 minskim Exp $ # DISTNAME= Text-Reform-1.11 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5trf -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} @@ -17,5 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/Reform/.packlist +REPLACE_PERL+= demo*.pl + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |