summaryrefslogtreecommitdiff
path: root/misc/tds
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-19 03:56:23 +0000
committerjlam <jlam>2001-05-19 03:56:23 +0000
commit14497c4e54ef93397c94971e740cfbe73dd7b82e (patch)
tree35829def2637f8f91ecdb3daaeecb1424685adf2 /misc/tds
parentdb59d15cac4efb5a3898cfd6e08a83dc22ac43ac (diff)
downloadpkgsrc-14497c4e54ef93397c94971e740cfbe73dd7b82e.tar.gz
Use ${XARGS} instead of invoking xargs directly.
Diffstat (limited to 'misc/tds')
-rw-r--r--misc/tds/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tds/Makefile b/misc/tds/Makefile
index f2416eb9554..f3875f0a47c 100644
--- a/misc/tds/Makefile
+++ b/misc/tds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/05/12 16:06:25 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/19 03:56:38 jlam Exp $
#
DISTNAME= tds-1.4.2
@@ -15,6 +15,6 @@ GNU_CONFIGURE= YES
NO_BUILD= YES
post-patch:
- @${FIND} ${WRKSRC} -type f -name '*.orig' | xargs ${RM} -f
+ @${FIND} ${WRKSRC} -type f -name '*.orig' | ${XARGS} ${RM} -f
.include "../../mk/bsd.pkg.mk"