summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-04-10 14:25:48 +0000
committeruebayasi <uebayasi>2002-04-10 14:25:48 +0000
commitb3c65cae8f1cc6366f1e5af8e6a3c4135fb59533 (patch)
tree628e7018526a3599301a4f25a016a28bf22687cb /japanese
parentb36b7faac85a2b0284bac42b14ebf669e955b24b (diff)
downloadpkgsrc-b3c65cae8f1cc6366f1e5af8e6a3c4135fb59533.tar.gz
Correct an invalid continuation.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/canna-server/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/canna-server/Makefile b/japanese/canna-server/Makefile
index d716bd538aa..fedc9b8fd84 100644
--- a/japanese/canna-server/Makefile
+++ b/japanese/canna-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/04/08 14:44:30 uebayasi Exp $
+# $NetBSD: Makefile,v 1.16 2002/04/10 14:25:48 uebayasi Exp $
DISTNAME= Canna35b2
PKGNAME= Canna-server-3.5.2
@@ -42,15 +42,15 @@ PLIST_SUBST= CANNAOWNER=${CANNAOWNER} CANNAGROUP=${CANNAGROUP} \
INSTALL_TARGET= instserver instclient
post-patch:
- @${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
- @${SED} -e 's|\(SUBDIRS = .*\) misc\(.*\)|\1\2|' \
+ ${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
+ ${SED} -e 's|\(SUBDIRS = .*\) misc\(.*\)|\1\2|' \
-e 's|\(SERVERDIR = .*\) dic/phono\(.*\)|\1\2|' \
-e 's|\(CLIENTDIR = .*\) dic/phono misc|\1|' \
${WRKSRC}/Imakefile.orig > ${WRKSRC}/Imakefile
- @${FIND} ${WRKSRC} -name Imakefile -print | \
+ ${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; \