diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-03-27 13:25:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-03-27 13:25:44 +0800 |
commit | d6de49494511213381aad51c02471e2d27dd1ad2 (patch) | |
tree | f5054cbff2debb7ad110bb88cb2fa25b13fde479 | |
parent | 32ea1b4fb4a6204737e830999d0fd39b9f33da99 (diff) | |
download | freebsd-ports-gnome-d6de49494511213381aad51c02471e2d27dd1ad2.tar.gz freebsd-ports-gnome-d6de49494511213381aad51c02471e2d27dd1ad2.tar.zst freebsd-ports-gnome-d6de49494511213381aad51c02471e2d27dd1ad2.zip |
add a missing \\
-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' \ |