diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-27 05:25:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-27 05:25:44 +0000 |
commit | 2712f303c8eed5538a0d5bfa4348349f3ae3be8e (patch) | |
tree | 7bcea404aa95ea9830c6325745ee3183b3a157da /chinese/xsim | |
parent | 56537662a9908c5332dc0b2783b14ec435a191d2 (diff) | |
download | ports-2712f303c8eed5538a0d5bfa4348349f3ae3be8e.tar.gz ports-2712f303c8eed5538a0d5bfa4348349f3ae3be8e.zip |
add a missing \\
Notes
Notes:
svn path=/head/; revision=77516
Diffstat (limited to 'chinese/xsim')
-rw-r--r-- | chinese/xsim/Makefile | 2 |
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' \ |