From 14497c4e54ef93397c94971e740cfbe73dd7b82e 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. --- emulators/atari800/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/atari800') diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index c31f0f20811..077b894aa16 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/03/27 03:19:54 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/19 03:56:35 jlam Exp $ DISTNAME= Atari800-0.9.9a PKGNAME= atari800-0.9.9a @@ -27,7 +27,7 @@ MAKE_FLAGS= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" OBJ="atari_x11.o" \ MAKE_ENV+= HOME=${WRKSRC} post-extract: - @${FIND} ${WRKDIR} -type f -print | xargs ${CHMOD} 0644 + @${FIND} ${WRKDIR} -type f -print | ${XARGS} ${CHMOD} 0644 @${MV} ${WRKDIR}/Atari800-0.9.9a/* ${WRKSRC}/ do-build: -- cgit v1.2.3