summaryrefslogtreecommitdiff
path: root/chinese/xsim
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-03-27 05:25:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-03-27 05:25:44 +0000
commit2712f303c8eed5538a0d5bfa4348349f3ae3be8e (patch)
tree7bcea404aa95ea9830c6325745ee3183b3a157da /chinese/xsim
parentupgrade to 0.9.6 (diff)
add a missing \\
Notes
Notes: svn path=/head/; revision=77516
Diffstat (limited to 'chinese/xsim')
-rw-r--r--chinese/xsim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/xsim/Makefile b/chinese/xsim/Makefile
index 7ed7de4e2b05..50ef6c4cd769 100644
--- a/chinese/xsim/Makefile
+++ b/chinese/xsim/Makefile
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cn-locale=EUC
post-patch:
- @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,'
+ @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/xsim/IMdkit/IMConn.c
@${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e 's,@prefix@/plugins,${DATADIR}/plugins,g' \