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
commita7551deeae40c4d78f99dd8860fc232c2492b68b (patch)
treec1bf862525b10b51ea27932adf11c64c3a10acc9 /textproc
parente877abc2972dce06e300f79499f3876993607c68 (diff)
downloadpkgsrc-a7551deeae40c4d78f99dd8860fc232c2492b68b.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"