From dc6eadbf21d06496bbf555e397f79622e3e20821 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 19 May 2001 03:56:23 +0000 Subject: Use ${XARGS} instead of invoking xargs directly. --- audio/mbrolavox-us1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/mbrolavox-us1') diff --git a/audio/mbrolavox-us1/Makefile b/audio/mbrolavox-us1/Makefile index ca44d39f846..1edcf6730ca 100644 --- a/audio/mbrolavox-us1/Makefile +++ b/audio/mbrolavox-us1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/20 11:40:08 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/19 03:56:32 jlam Exp $ DISTNAME= us1-980512 PKGNAME= mbrolavox-us1-980512 @@ -23,7 +23,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 post-extract: @ ${CHMOD} -R a+r ${WRKSRC} - @ ${FIND} ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 + @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 do-install: ${INSTALL_DATA_DIR} ${MHOME} -- cgit v1.2.3