aboutsummaryrefslogtreecommitdiff
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
parent2bd670cc26256c7197ef4a3952a2dcb0ebf1d8ab (diff)
downloadports-ca4549c5f8c9d0e494f162c4567f2c4a4c0e0d94.tar.gz
ports-ca4549c5f8c9d0e494f162c4567f2c4a4c0e0d94.zip
Notes
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: