summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorheinz <heinz>2004-01-27 00:53:10 +0000
committerheinz <heinz>2004-01-27 00:53:10 +0000
commit022eb86624280ef9db72559a99f9253a3d003132 (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /inputmethod
parent1625c0b6c06f52d627a1188b73ab66598be1896e (diff)
downloadpkgsrc-022eb86624280ef9db72559a99f9253a3d003132.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/canna-dict/Makefile4
-rw-r--r--inputmethod/ja-freewnn-lib/Makefile.common8
-rw-r--r--inputmethod/sj3-server-bin/Makefile4
3 files changed, 8 insertions, 8 deletions
diff --git a/inputmethod/canna-dict/Makefile b/inputmethod/canna-dict/Makefile
index c35bb66e026..567e7af954e 100644
--- a/inputmethod/canna-dict/Makefile
+++ b/inputmethod/canna-dict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/23 15:06:59 uebayasi Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/27 00:53:11 heinz Exp $
#
.include "../canna/Makefile.common"
@@ -18,7 +18,7 @@ post-patch:
@${MV} ${WRKSRC}/Canna.conf ${WRKSRC}/Canna.conf.orig
@${SED} -e 's|\(DicDir.*=\).*|\1${IMDICTDIR}/canna|' \
${WRKSRC}/Canna.conf.orig > ${WRKSRC}/Canna.conf
- @for file in `${FIND} ${WRKSRC}/dic/ideo -name Imakefile`; do \
+ @for file in `${FIND} ${WRKSRC}/dic/ideo -name Imakefile -print`; do \
${MV} $$file $$file.orig; \
${SED} ${CANNA_CMD_SED_SCRIPT} $$file.orig > $$file; \
done
diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common
index 27a46a78a46..10732b3dd63 100644
--- a/inputmethod/ja-freewnn-lib/Makefile.common
+++ b/inputmethod/ja-freewnn-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/01/20 12:18:53 agc Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/01/27 00:53:10 heinz Exp $
#
DISTNAME= FreeWnn-1.10
@@ -46,7 +46,7 @@ MAKE_ENV+= "KWNNDIR=${KWNNDIR}"
GNU_CONFIGURE= YES
post-patch:
- @for file in `${FIND} ${WRKSRC} -name Makefile.in`; do \
+ @for file in `${FIND} ${WRKSRC} -name Makefile.in -print`; do \
${MV} $$file $$file.orig; \
${SED} -e '/PREFIX = /d' \
-e 's|\(WNNBINDIR = $${PREFIX}/\)\(bin\)|\1s\2|' \
@@ -57,7 +57,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 -print`; do\
${MV} $$file $$file.orig2; \
${SED} -e 's|\(MANPATH = .*\)|\1/ja_JP.EUC|' \
$$file.orig2 > $$file; \
@@ -83,7 +83,7 @@ post-install:
EVAL_PREFIX+= WNNSERVERBINDIR=ja-FreeWnn-server-bin
pre-build:
- @for file in `${FIND} ${WRKSRC}/Wnn/pubdic ${WRKSRC}/Wnn/wnncons -name Makefile`; do \
+ @for file in `${FIND} ${WRKSRC}/Wnn/pubdic ${WRKSRC}/Wnn/wnncons -name Makefile -print`; do \
${MV} $$file $$file.orig2; \
${SED} -e 's|\(ATOD = \).*|\1${WNNSERVERBINDIR}/sbin/atod|' \
-e 's|\(ATOF = \).*|\1${WNNSERVERBINDIR}/sbin/atof|' \
diff --git a/inputmethod/sj3-server-bin/Makefile b/inputmethod/sj3-server-bin/Makefile
index c4b189f7f92..fc9164105f3 100644
--- a/inputmethod/sj3-server-bin/Makefile
+++ b/inputmethod/sj3-server-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/31 12:33:03 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/27 00:53:11 heinz Exp $
#
DISTNAME= sj3-2.0.1.20
@@ -34,7 +34,7 @@ pre-configure:
@${MV} ${WRKSRC}/dict/Imakefile ${WRKSRC}/dict/Imakefile.orig
@${SED} -e 's|\(SUBDIRS = .*\)dict|\1|' \
${WRKSRC}/dict/Imakefile.orig > ${WRKSRC}/dict/Imakefile
- @for file in `${FIND} ${WRKSRC} -name Imakefile`; do \
+ @for file in `${FIND} ${WRKSRC} -name Imakefile -print`; do \
${MV} -f $$file $$file.orig; \
${SED} -e 's|\(= \).*/lib\(sj3lib\).a|\1-l\2|' \
$$file.orig > $$file; \