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:
parent
1919a62402
commit
61d5ff2584
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33483
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user