summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-11-11 17:07:20 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-11-11 17:07:20 +0000
commitca4549c5f8c9d0e494f162c4567f2c4a4c0e0d94 (patch)
treef6b24a42f136c23bc8ca1d15692ef1240ac81871 /japanese
parentEnable Jave support. Use install-info. Based on: (diff)
Unbreak: REINPLACE_CMD, actualy sed, uses different RE from perl.
Submitted by: SAKAMOTO Seiji <s-seiji@hyper.ocn.ne.jp> Failed by: edwin
Notes
Notes: svn path=/head/; revision=69901
Diffstat (limited to 'japanese')
-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: