summaryrefslogtreecommitdiff
path: root/www/p5-Template-Toolkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Template-Toolkit/Makefile')
-rw-r--r--www/p5-Template-Toolkit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile
index e3929dc85da..8d837e5b8e8 100644
--- a/www/p5-Template-Toolkit/Makefile
+++ b/www/p5-Template-Toolkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2009/08/26 17:36:53 sno Exp $
+# $NetBSD: Makefile,v 1.33 2010/02/16 15:22:45 sno Exp $
#
DISTNAME= Template-Toolkit-2.22
@@ -26,7 +26,7 @@ MAKE_PARAMS= TT_ACCEPT=y
PKG_DESTDIR_SUPPORT= user-destdir
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"