diff options
author | asami <asami@FreeBSD.org> | 2000-10-07 22:11:23 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-07 22:11:23 +0000 |
commit | c8a960ac9162315efe82b9f9f17df60cbf31be52 (patch) | |
tree | 0fe558c0041439b9fa45edbe5d4e7e0d0a0a7ab0 /japanese | |
parent | f0c92d870aa929a9c899894860ab5b14ffb485ae (diff) | |
download | FreeBSD-ports-c8a960ac9162315efe82b9f9f17df60cbf31be52.zip FreeBSD-ports-c8a960ac9162315efe82b9f9f17df60cbf31be52.tar.gz |
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.)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/elisp-manual/Makefile | 2 | ||||
-rw-r--r-- | japanese/emacs-manual/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/elisp-manual/Makefile b/japanese/elisp-manual/Makefile index 4e81b3a..7cebd5d 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: diff --git a/japanese/emacs-manual/Makefile b/japanese/emacs-manual/Makefile index 66ab851..1dd80e3 100644 --- a/japanese/emacs-manual/Makefile +++ b/japanese/emacs-manual/Makefile @@ -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: |