summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-WrapI18N/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-Text-WrapI18N/Makefile b/textproc/p5-Text-WrapI18N/Makefile
index 1b20c84e4a4..e5b50fcb8ab 100644
--- a/textproc/p5-Text-WrapI18N/Makefile
+++ b/textproc/p5-Text-WrapI18N/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2009/01/02 21:45:45 he Exp $
+# $NetBSD: Makefile,v 1.7 2010/02/16 15:22:45 sno Exp $
DISTNAME= Text-WrapI18N-0.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -17,5 +17,8 @@ DEPENDS+= p5-Text-CharWidth-[0-9]*:../../textproc/p5-Text-CharWidth
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/WrapI18N/.packlist
+pre-configure:
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"