summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-05 18:33:55 +0000
committerminskim <minskim>2006-06-05 18:33:55 +0000
commit6b0c82627030c6e0d5f55d1d7c3d1092ed59b642 (patch)
treec1bf862525b10b51ea27932adf11c64c3a10acc9 /textproc
parent316c083c4593b87d5cc1bc8401273c1718bfaf07 (diff)
downloadpkgsrc-6b0c82627030c6e0d5f55d1d7c3d1092ed59b642.tar.gz
Fix CHECK_INTERPRETER errors. Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Reform/Makefile6
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"