summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-14 12:56:06 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-14 12:56:06 +0000
commitc066ddf7264133779c25b84827e3326dd01f1030 (patch)
treee5b35a3077fb0188684007abc0790c8116488faf /japanese
parentUnbreak: Fix build with GNOME 2.10 (obtained from CVS) (diff)
- Fix substitution.
PR: ports/76022 Submitted by: xiao <xiao@inter7.jp>
Notes
Notes: svn path=/head/; revision=133324
Diffstat (limited to 'japanese')
-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: