summaryrefslogtreecommitdiff
path: root/emulators/atari800
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-20 22:05:37 +0000
committerwiz <wiz>2000-02-20 22:05:37 +0000
commit89d41c5207bb4ce62db0815fde0131c335b7a62c (patch)
tree6c7371165fc043f06a24c96946b4ee1b6c45bee5 /emulators/atari800
parente6ebb1dd097ccc5d9e794cc702e247ba57443da4 (diff)
downloadpkgsrc-89d41c5207bb4ce62db0815fde0131c335b7a62c.tar.gz
replace 'find' by '${FIND}' where appropriate
Diffstat (limited to 'emulators/atari800')
-rw-r--r--emulators/atari800/Makefile4
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: