aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorokazaki <okazaki@FreeBSD.org>2002-11-11 17:00:07 +0800
committerokazaki <okazaki@FreeBSD.org>2002-11-11 17:00:07 +0800
commitdbb710cb95de44335176e797a17b767ef59d4e00 (patch)
tree63ce6dba23717cfcf345595b8c2143068913bf16 /japanese
parent4e1ceb0b85c697e04036efb6544df2ed40212c79 (diff)
downloadfreebsd-ports-gnome-dbb710cb95de44335176e797a17b767ef59d4e00.tar.gz
freebsd-ports-gnome-dbb710cb95de44335176e797a17b767ef59d4e00.tar.zst
freebsd-ports-gnome-dbb710cb95de44335176e797a17b767ef59d4e00.zip
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 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."