diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:58:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:58:08 +0000 |
commit | 2f204c77279d1bb4259c4c6f0c7b77f78766d75d (patch) | |
tree | bd1d2a735268fc91263376eecbd09f29672c9fea /x11/eterm | |
parent | Rename ${FILESDIR}/patch-aa to ${PATCHDIR}/post-patch-aa. (This patch (diff) |
Rewrite the rule that was copying patch-kanji into ${PATCHDIR} when
KANJI is defined (bad eterm, no cookie ;) to use EXTRA_PATCHES=
extra-patch-kanji.
(Actually, I'm not sure why KANJI is even needed when there exists a
japanese/eterm which appears to be a newer version, but anyway.)
Notes
Notes:
svn path=/head/; revision=33491
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index b340fdee1db5..8db7ff28eabd 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -27,9 +27,8 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" MAN1= Eterm.1 -pre-patch: .if ( defined(KANJI) ) - ${CP} ${FILESDIR}/patch-kanji ${PATCHDIR} +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-kanji .endif # this is needed to remove leftover files from applied patches. |