summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-server-bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/sj3-server-bin/Makefile')
-rw-r--r--inputmethod/sj3-server-bin/Makefile4
1 files changed, 2 insertions, 2 deletions
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; \