mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Use REINPLACE_CMD instead of PERL.
Reviewed by: md5
This commit is contained in:
parent
3441ee82fc
commit
559d952d97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69886
@ -18,6 +18,7 @@ MAINTAINER= okazaki@FreeBSD.org
|
||||
|
||||
EMACS_PORT_NAME= emacs20
|
||||
EMACS_NO_RUN_DEPENDS= YES
|
||||
USE_REINPLACE= yes
|
||||
|
||||
ERRATA_FILE=
|
||||
|
||||
@ -53,7 +54,7 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && \
|
||||
${PERL} -pi -e 's/(@[^@]*ref{.*,.*,.*, *elisp),/$$1-ja,/;' *.texi
|
||||
${REINPLACE_CMD} -E -e 's/(@[^@]*ref{.*,.*,.*, *elisp),/\1-ja,/;' *.texi
|
||||
|
||||
pre-build:
|
||||
@${ECHO_MSG} "===> Now start formatting texinfo. Please wait."
|
||||
|
Loading…
Reference in New Issue
Block a user