mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix substitution.
PR: ports/76022 Submitted by: xiao <xiao@inter7.jp>
This commit is contained in:
parent
00137da1c2
commit
c066ddf726
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133324
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user