From c2480cce0149ffdf5588864289c34c5ac634b973 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 20 Feb 2000 22:05:37 +0000 Subject: replace 'find' by '${FIND}' where appropriate --- 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 e9685503747..bd7afab9b1a 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/23 16:26:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/20 22:05:37 wiz Exp $ DISTNAME= Atari800-0.9.9a PKGNAME= atari800-0.9.9a @@ -22,7 +22,7 @@ MAKE_FLAGS= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" OBJ="atari_x11.o" \ CFLAGS="-c ${CFLAGS} -DPREFIX=\\\"${PREFIX}\\\"" 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