diff options
Diffstat (limited to 'japanese/elisp-manual')
-rw-r--r-- | japanese/elisp-manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/elisp-manual/Makefile b/japanese/elisp-manual/Makefile index 4e81b3a10602..7cebd5d9e7ae 100644 --- a/japanese/elisp-manual/Makefile +++ b/japanese/elisp-manual/Makefile @@ -37,7 +37,7 @@ post-extract: pre-patch: @(cd ${WRKSRC} && \ - ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-texinfmt.el.patch ; \ + ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extra-patch-texinfmt.el.patch ; \ ) post-patch: |