summaryrefslogtreecommitdiff
path: root/x11/p5-Tk
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-03-21 18:58:00 +0000
committerhans <hans@pkgsrc.org>2012-03-21 18:58:00 +0000
commitec19780ef4be3ed614c15ee9e72e6c13b6f1c6ca (patch)
tree9ff3d8504f7d144d163a0abe89eb07679e701804 /x11/p5-Tk
parent8c988fdd910f83fdbc6f7e7a7691b313fba7c769 (diff)
downloadpkgsrc-ec19780ef4be3ed614c15ee9e72e6c13b6f1c6ca.tar.gz
Don't use -print0 / -0 in find | xargs, it works well without it.
Diffstat (limited to 'x11/p5-Tk')
-rw-r--r--x11/p5-Tk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile
index 19420e64b13..a6642a294ab 100644
--- a/x11/p5-Tk/Makefile
+++ b/x11/p5-Tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2012/02/02 09:53:44 hans Exp $
+# $NetBSD: Makefile,v 1.75 2012/03/21 18:58:00 hans Exp $
DISTNAME= Tk-804.030
PKGNAME= p5-${DISTNAME}
@@ -33,7 +33,7 @@ SUBST_FILES.prefix= PNG/Makefile.PL
SUBST_SED.prefix= -e 's,%%LOCALBASE%%,${LOCALBASE},g'
pre-configure:
- ${FIND} ${WRKSRC} -name "*.orig" -type f -print0 | ${XARGS} -0 ${RM} -f
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
.include "../../lang/perl5/module.mk"
.include "../../graphics/png/buildlink3.mk"