diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-14 12:56:06 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-14 12:56:06 +0000 |
commit | c066ddf7264133779c25b84827e3326dd01f1030 (patch) | |
tree | e5b35a3077fb0188684007abc0790c8116488faf /japanese | |
parent | Unbreak: 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/Makefile | 3 |
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: |