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/elisp-manual | |
parent | a80cb50ea1091bf3eb8b582bf422da7a081e2e70 (diff) | |
download | ports-77e79de7329b180863e8405fc3275caf89a20380.tar.gz ports-77e79de7329b180863e8405fc3275caf89a20380.zip |
Notes
Diffstat (limited to 'japanese/elisp-manual')
-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." |