summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-20 22:05:37 +0000
committerwiz <wiz@pkgsrc.org>2000-02-20 22:05:37 +0000
commitc2480cce0149ffdf5588864289c34c5ac634b973 (patch)
tree6c7371165fc043f06a24c96946b4ee1b6c45bee5 /misc
parent45baef69ecf22448c3f52d784ffaa2d416602496 (diff)
downloadpkgsrc-c2480cce0149ffdf5588864289c34c5ac634b973.tar.gz
replace 'find' by '${FIND}' where appropriate
Diffstat (limited to 'misc')
-rw-r--r--misc/freewnn-common/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/freewnn-common/Makefile b/misc/freewnn-common/Makefile
index be839c3f475..1a0b3f10d5a 100644
--- a/misc/freewnn-common/Makefile
+++ b/misc/freewnn-common/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/09/06 08:19:55 sakamoto Exp $
+# $NetBSD: Makefile,v 1.5 2000/02/20 22:05:41 wiz Exp $
#
DISTNAME= FreeWnn-1.10
@@ -49,7 +49,7 @@ GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR}/Xsi
post-patch:
- @for file in `find ${WRKSRC} -name Makefile.in`; do \
+ @for file in `${FIND} ${WRKSRC} -name Makefile.in`; do \
${MV} $$file $$file.orig; \
${SED} -e '/PREFIX = /d' \
-e 's|\(WNNBINDIR = $${PREFIX}/\)\(bin\)|\1s\2|' \
@@ -60,7 +60,7 @@ post-patch:
${SEDSCRIPT} \
$$file.orig > $$file; \
done
- @for file in `find ${WRKSRC}/Wnn/man -name Makefile.in`; do \
+ @for file in `${FIND} ${WRKSRC}/Wnn/man -name Makefile.in`; do \
${MV} $$file $$file.orig2; \
${SED} -e 's|\(MANPATH = .*\)|\1/ja_JP.EUC|' \
$$file.orig2 > $$file; \