summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-02 20:59:37 +0000
committerwiz <wiz>2000-03-02 20:59:37 +0000
commit2eb5e6372b5a89eb2c68fd5dac0e383855516a5e (patch)
treeccd3ad6de9dc983373e3ef4741a7df39513d9068 /math
parent00f6e80b37d42e11e2f46c7b7a572eb5d7536ae2 (diff)
downloadpkgsrc-2eb5e6372b5a89eb2c68fd5dac0e383855516a5e.tar.gz
find -> ${FIND}
Diffstat (limited to 'math')
-rw-r--r--math/abacus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/abacus/Makefile b/math/abacus/Makefile
index 0d3e64f8ad2..13257e6500a 100644
--- a/math/abacus/Makefile
+++ b/math/abacus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/11/18 15:24:18 agc Exp $
+# $NetBSD: Makefile,v 1.5 2000/03/02 20:59:37 wiz Exp $
# FreeBSD Id: Makefile,v 1.3 1998/09/25 10:07:44 asami Exp
#
@@ -17,7 +17,7 @@ USE_GMAKE= yes
USE_X11BASE= yes
pre-patch:
- @for d in `find ${WRKSRC} -name RCS -type d -print`; do \
+ @for d in `${FIND} ${WRKSRC} -name RCS -type d -print`; do \
${MV} $$d $$d-dist; \
done