mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Unbreak: REINPLACE_CMD, actualy sed, uses different RE from perl.
Submitted by: SAKAMOTO Seiji <s-seiji@hyper.ocn.ne.jp> Failed by: edwin
This commit is contained in:
parent
2bd670cc26
commit
ca4549c5f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69901
@ -33,7 +33,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…
x
Reference in New Issue
Block a user