aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/xjman
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-04-14 20:56:06 +0800
committerflz <flz@FreeBSD.org>2005-04-14 20:56:06 +0800
commitcfbe8b3e75a0c0c0b7255af42d870e0c3df8fd1b (patch)
tree136afe62c68895db3e7a2f3f8e16f888c27f1bfc /japanese/xjman
parent565f5d6a74f7817ec4cf426bb93cdc7db5a210df (diff)
downloadfreebsd-ports-gnome-cfbe8b3e75a0c0c0b7255af42d870e0c3df8fd1b.tar.gz
freebsd-ports-gnome-cfbe8b3e75a0c0c0b7255af42d870e0c3df8fd1b.tar.zst
freebsd-ports-gnome-cfbe8b3e75a0c0c0b7255af42d870e0c3df8fd1b.zip
- Fix substitution.
PR: ports/76022 Submitted by: xiao <xiao@inter7.jp>
Diffstat (limited to 'japanese/xjman')
-rw-r--r--japanese/xjman/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile
index 39df3c6b9dc9..ac54b8a17465 100644
--- a/japanese/xjman/Makefile
+++ b/japanese/xjman/Makefile
@@ -9,6 +9,7 @@
PORTNAME= xjman
PORTVERSION?= 0.7
+PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES?= ${MASTER_SITE_PORTS_JP} \
http://xjman.dsl.gr.jp/dist/
@@ -37,7 +38,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: