summaryrefslogtreecommitdiff
path: root/devel/p5-Template-Plugin-VMethods
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-02-16 15:22:44 +0000
committersno <sno@pkgsrc.org>2010-02-16 15:22:44 +0000
commit9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796 (patch)
treef66ab0c43540a60ea4445ed35c2fc669c8f61f69 /devel/p5-Template-Plugin-VMethods
parenta6535bf7f64e4871c4bd20c5c885636eab5921ed (diff)
downloadpkgsrc-9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796.tar.gz
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'devel/p5-Template-Plugin-VMethods')
-rw-r--r--devel/p5-Template-Plugin-VMethods/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Template-Plugin-VMethods/Makefile b/devel/p5-Template-Plugin-VMethods/Makefile
index 443c2b02ff6..0641dc2be3b 100644
--- a/devel/p5-Template-Plugin-VMethods/Makefile
+++ b/devel/p5-Template-Plugin-VMethods/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/08/26 19:42:56 sno Exp $
+# $NetBSD: Makefile,v 1.3 2010/02/16 15:22:44 sno Exp $
#
DISTNAME= Template-Plugin-VMethods-0.03
@@ -19,7 +19,7 @@ DEPENDS+= p5-Template-Toolkit>=2.06:../../www/p5-Template-Toolkit
PERL5_PACKLIST= auto/Template/Plugin/VMethods/.packlist
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"