summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-04-05 12:40:00 +0000
committerhubertf <hubertf>2002-04-05 12:40:00 +0000
commit456249ae320e72795072b5789622ee1c5f1a0710 (patch)
tree6fb221fa8da6756d7445a7037150860d5ff5ef50 /japanese
parentef0bbdc79048d086653189d0579a284d7e9c360c (diff)
downloadpkgsrc-456249ae320e72795072b5789622ee1c5f1a0710.tar.gz
Group commands in /bin/sh with (), not {}
Diffstat (limited to 'japanese')
-rw-r--r--japanese/canna-lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile
index c9765e141a3..3efcd3f0700 100644
--- a/japanese/canna-lib/Makefile
+++ b/japanese/canna-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/04/05 09:57:34 uebayasi Exp $
+# $NetBSD: Makefile,v 1.11 2002/04/05 12:40:00 hubertf Exp $
#
DISTNAME= Canna35b2
@@ -55,10 +55,10 @@ post-patch:
@${FIND} ${WRKSRC} -name Imakefile -print | \
while read f; do \
${CP} $$f $${f}.orig; \
- { \
+ ( \
${ECHO} '/#include ".*\/Canna.conf"$$/a\'; \
${ECHO} '#include "${FILESDIR}/LinkFileList.rules"'; \
- } | ${SED} -f /dev/stdin $${f}.orig >$$f; \
+ ) | ${SED} -f /dev/stdin $${f}.orig >$$f; \
done
# We need to pass ${MAKE_ENV} to ${XMKMF}