Rename ${FILESDIR}/patch-texinfmt.el.patch to

${FILESDIR}/extra-patch-texinfmt.el.patch.  (This is an interesting
case -- it is a patch to create a patch to be applied by EXTRA_PATCHES
later.)
This commit is contained in:
Satoshi Asami 2000-10-07 22:11:23 +00:00
parent 1919a62402
commit 61d5ff2584
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33483
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -48,7 +48,7 @@ post-extract:
# workaround target (please delete after emacs-20.7-man-jp is released).
pre-patch:
@(cd ${WRKSRC} && \
${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-texinfmt.el.patch ; \
${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extra-patch-texinfmt.el.patch ; \
)
post-patch: