diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-20 22:05:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-20 22:05:37 +0000 |
commit | c2480cce0149ffdf5588864289c34c5ac634b973 (patch) | |
tree | 6c7371165fc043f06a24c96946b4ee1b6c45bee5 /emulators/atari800/Makefile | |
parent | 45baef69ecf22448c3f52d784ffaa2d416602496 (diff) | |
download | pkgsrc-c2480cce0149ffdf5588864289c34c5ac634b973.tar.gz |
replace 'find' by '${FIND}' where appropriate
Diffstat (limited to 'emulators/atari800/Makefile')
-rw-r--r-- | emulators/atari800/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |