summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-19 03:56:23 +0000
committerjlam <jlam>2001-05-19 03:56:23 +0000
commit66ad28b277d0af6fb5a0ff2449ff7d4286b6eeab (patch)
tree35829def2637f8f91ecdb3daaeecb1424685adf2 /security/ssh
parent9d24d73ade1b1b7f32d6182c78361801ea624464 (diff)
downloadpkgsrc-66ad28b277d0af6fb5a0ff2449ff7d4286b6eeab.tar.gz
Use ${XARGS} instead of invoking xargs directly.
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 4749bacd7bd..8fd388b9668 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2001/03/20 19:21:55 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2001/05/19 03:56:39 jlam Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -178,7 +178,7 @@ fetch-depends:
post-patch:
@# Make sure that "automake" is never run.
- @${FIND} ${WRKSRC} -name Makefile.in -print | xargs ${TOUCH} ${TOUCH_FLAGS}
+ @${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} ${TOUCH} ${TOUCH_FLAGS}
post-build:
@cd ${PKGDIR}; \