diff options
author | anray <anray@FreeBSD.org> | 2007-02-25 05:18:09 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2007-02-25 05:18:09 +0800 |
commit | ba5e77ce5d245b19c6b7ba1b6b0d4d4454ca5715 (patch) | |
tree | 6cc21099d5d3156a9fb356605aaaf372d23c6dda /editors/tamago | |
parent | 6a1938007bb58a5bc80ba8394057740db078dac2 (diff) | |
download | freebsd-ports-gnome-ba5e77ce5d245b19c6b7ba1b6b0d4d4454ca5715.tar.gz freebsd-ports-gnome-ba5e77ce5d245b19c6b7ba1b6b0d4d4454ca5715.tar.zst freebsd-ports-gnome-ba5e77ce5d245b19c6b7ba1b6b0d4d4454ca5715.zip |
Install extra files with emacs 21 and above.
PR: ports/109481
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Diffstat (limited to 'editors/tamago')
-rw-r--r-- | editors/tamago/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 771d1b6af64a..c761a848b436 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -37,7 +37,7 @@ WRKSRC_ANTHY= ${WRKDIR}/egg-anthy-20060606-2 ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp" -.if ${EMACS_PORT_NAME} == emacs21 +.if ${EMACS_PORT_NAME} == emacs21 || ${EMACS_PORT_NAME} == emacs22 PLIST_SUB+= HAS_JISX0213="" .else PLIST_SUB+= HAS_JISX0213="@comment " |