summaryrefslogtreecommitdiff
path: root/textproc/unroff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-19 03:56:23 +0000
committerjlam <jlam@pkgsrc.org>2001-05-19 03:56:23 +0000
commitdc6eadbf21d06496bbf555e397f79622e3e20821 (patch)
tree35829def2637f8f91ecdb3daaeecb1424685adf2 /textproc/unroff
parent85e58afe750871e5736c21a64b0afaca5fd17ca7 (diff)
downloadpkgsrc-dc6eadbf21d06496bbf555e397f79622e3e20821.tar.gz
Use ${XARGS} instead of invoking xargs directly.
Diffstat (limited to 'textproc/unroff')
-rw-r--r--textproc/unroff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile
index 9411ba93981..8cdef112e31 100644
--- a/textproc/unroff/Makefile
+++ b/textproc/unroff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/02/17 17:37:54 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2001/05/19 03:56:40 jlam Exp $
# FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp
#
@@ -35,6 +35,6 @@ pre-patch:
${PATCH} ${PATCH_DIST_ARGS} -p1 < ${PATCH2})
post-patch:
- @(cd ${WRKSRC} && ${FIND} . -name '*.orig' -print | xargs ${RM} -f)
+ @(cd ${WRKSRC} && ${FIND} . -name '*.orig' -print | ${XARGS} ${RM} -f)
.include "../../mk/bsd.pkg.mk"