diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-11-11 09:00:07 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-11-11 09:00:07 +0000 |
commit | 559d952d97686b8e3f34d23792e5dca62c6850cc (patch) | |
tree | e92dad0e8cb86c19a1da2bb215a19c7a2deec172 /japanese | |
parent | Revert 1.32, which was wrong in all its particulars: (diff) |
Use REINPLACE_CMD instead of PERL.
Reviewed by: md5
Notes
Notes:
svn path=/head/; revision=69886
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/emacs-manual/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/emacs-manual/Makefile b/japanese/emacs-manual/Makefile index 770a8ae31d15..a19f3e49fbf5 100644 --- a/japanese/emacs-manual/Makefile +++ b/japanese/emacs-manual/Makefile @@ -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." |