diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-11-06 13:44:46 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-11-06 13:44:46 +0000 |
commit | 77e79de7329b180863e8405fc3275caf89a20380 (patch) | |
tree | 386cebe122ecaa55748c8a3c55f23a02c35e1304 /japanese | |
parent | Don't use REINPLACE_CMD -ne. (diff) |
Use REINPLACE_CMD instead of PERL.
Reviewed by: md5
Notes
Notes:
svn path=/head/; revision=69581
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/elisp-manual/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/elisp-manual/Makefile b/japanese/elisp-manual/Makefile index f94a55b11845..207d1f9a2dbb 100644 --- a/japanese/elisp-manual/Makefile +++ b/japanese/elisp-manual/Makefile @@ -20,6 +20,7 @@ MAINTAINER= okazaki@FreeBSD.org EMACS_PORT_NAME= emacs20 EMACS_NO_RUN_DEPENDS= YES +USE_REINPLACE= yes # emacs port setup @@ -42,7 +43,7 @@ pre-patch: post-patch: cd ${WRKSRC} && \ - ${PERL} -pi -e 's/(@[^@]*ref{.*,.*,.*, *emacs),/$$1-ja,/;' *.texi + ${REINPLACE_CMD} -E -e 's/(@[^@]*ref{.*,.*,.*, *emacs),/\1-ja,/;' *.texi pre-build: @${ECHO_MSG} "===> Now start formatting texinfo. Please wait." |