summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2002-04-05 09:57:34 +0000
committeruebayasi <uebayasi@pkgsrc.org>2002-04-05 09:57:34 +0000
commitb86dc61ea2164accf2bb0b2954669e4cf2e9dae9 (patch)
tree95b12fe1dfe4d287bf43e7a41882d64898fcab70 /japanese
parent5f28d1c502d7ef45145c86517c3976dabd9b5fb2 (diff)
downloadpkgsrc-b86dc61ea2164accf2bb0b2954669e4cf2e9dae9.tar.gz
Missing command continuation.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/canna-lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile
index 8da49d5ad42..c9765e141a3 100644
--- a/japanese/canna-lib/Makefile
+++ b/japanese/canna-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/04/04 16:03:16 uebayasi Exp $
+# $NetBSD: Makefile,v 1.10 2002/04/05 09:57:34 uebayasi Exp $
#
DISTNAME= Canna35b2
@@ -56,7 +56,7 @@ post-patch:
while read f; do \
${CP} $$f $${f}.orig; \
{ \
- ${ECHO} '/#include ".*\/Canna.conf"$$/a\';
+ ${ECHO} '/#include ".*\/Canna.conf"$$/a\'; \
${ECHO} '#include "${FILESDIR}/LinkFileList.rules"'; \
} | ${SED} -f /dev/stdin $${f}.orig >$$f; \
done