1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix substitution.

PR:		ports/76022
Submitted by:	xiao <xiao@inter7.jp>
This commit is contained in:
Florent Thoumie 2005-04-14 12:56:06 +00:00
parent 00137da1c2
commit c066ddf726
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133324

View File

@ -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: