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 | daad1032bd4dc640517229bbb9d49c8b8013f6d1 (patch) | |
tree | f66ab0c43540a60ea4445ed35c2fc669c8f61f69 /editors/p5-Padre-Plugin-Vi | |
parent | 9635997762a0b47d42ecf291052a70eefa2877eb (diff) | |
download | pkgsrc-daad1032bd4dc640517229bbb9d49c8b8013f6d1.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" |