summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorokazaki <okazaki@FreeBSD.org>2002-11-11 09:00:07 +0000
committerokazaki <okazaki@FreeBSD.org>2002-11-11 09:00:07 +0000
commitdbb710cb95de44335176e797a17b767ef59d4e00 (patch)
tree63ce6dba23717cfcf345595b8c2143068913bf16 /japanese
parent4e1ceb0b85c697e04036efb6544df2ed40212c79 (diff)
downloadFreeBSD-ports-dbb710cb95de44335176e797a17b767ef59d4e00.zip
FreeBSD-ports-dbb710cb95de44335176e797a17b767ef59d4e00.tar.gz
Use REINPLACE_CMD instead of PERL.
Reviewed by: md5
Diffstat (limited to 'japanese')
-rw-r--r--japanese/emacs-manual/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/emacs-manual/Makefile b/japanese/emacs-manual/Makefile
index 770a8ae..a19f3e4 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."
OpenPOWER on IntegriCloud