diff options
author | sno <sno@pkgsrc.org> | 2010-02-16 15:22:44 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-16 15:22:44 +0000 |
commit | 9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796 (patch) | |
tree | f66ab0c43540a60ea4445ed35c2fc669c8f61f69 /textproc | |
parent | a6535bf7f64e4871c4bd20c5c885636eab5921ed (diff) | |
download | pkgsrc-9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796.tar.gz |
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-WrapI18N/Makefile | 7 |
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" |