pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Reform Fix CHECK_INTERPRETER errors. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2420b906bbd
branches:  trunk
changeset: 513901:b2420b906bbd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jun 05 18:33:55 2006 +0000

description:
Fix CHECK_INTERPRETER errors.  Bump PKGREVISION.

diffstat:

 textproc/p5-Text-Reform/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 2dfed85e4767 -r b2420b906bbd textproc/p5-Text-Reform/Makefile
--- a/textproc/p5-Text-Reform/Makefile  Mon Jun 05 18:19:55 2006 +0000
+++ b/textproc/p5-Text-Reform/Makefile  Mon Jun 05 18:33:55 2006 +0000
@@ -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 @@
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Text/Reform/.packlist
 
+REPLACE_PERL+= demo*.pl
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index