summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/xjman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile
index c355ab93f7f7..32471132ccb5 100644
--- a/japanese/xjman/Makefile
+++ b/japanese/xjman/Makefile
@@ -33,7 +33,7 @@ post-extract:
.for sec in ${MANSECS}
(cd ${WRKSRC}/man${sec}; \
for f in *.${sec}x; do ${CP} $$f $${f%x}; done; \
- ${REINPLACE_CMD} -e 's/^(\.so .*)x$$/$$1/' *.${sec})
+ ${REINPLACE_CMD} -e 's/^\(\.so .*\)x$$/$$1/' *.${sec})
.endfor
post-build: