summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsno <sno>2010-02-16 15:22:44 +0000
committersno <sno>2010-02-16 15:22:44 +0000
commit64abbf47d4a66b103ce3685f559d63765303a3b1 (patch)
treef66ab0c43540a60ea4445ed35c2fc669c8f61f69 /editors
parentb08251d6208340ac22c78364772c104e258ffb78 (diff)
downloadpkgsrc-64abbf47d4a66b103ce3685f559d63765303a3b1.tar.gz
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'editors')
-rw-r--r--editors/p5-Padre-Plugin-Vi/Makefile4
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"