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 /editors/p5-Padre-Plugin-Vi | |
parent | a6535bf7f64e4871c4bd20c5c885636eab5921ed (diff) | |
download | pkgsrc-9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796.tar.gz |
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'editors/p5-Padre-Plugin-Vi')
-rw-r--r-- | editors/p5-Padre-Plugin-Vi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/p5-Padre-Plugin-Vi/Makefile b/editors/p5-Padre-Plugin-Vi/Makefile index a1db5a2d95c..7f0205d7ada 100644 --- a/editors/p5-Padre-Plugin-Vi/Makefile +++ b/editors/p5-Padre-Plugin-Vi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:32:32 sno Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/16 15:22:45 sno Exp $ # DISTNAME= Padre-Plugin-Vi-0.22 @@ -19,7 +19,7 @@ PERL5_PACKLIST= auto/Padre/Plugin/Vi/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled pre-configure: - cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm + ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |