summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-19 20:41:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-19 20:41:07 +0000
commit2d230135cb0480f81cd8a7cc9e31fabaf5f29056 (patch)
tree0c8e95d795bbface00de8af3a8566458802baba7 /editors
parentUpdate to 2.8.0. (diff)
- Revive japanese/xemacs21-canna
PR: ports/88528 Submitted by: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp>
Notes
Notes: svn path=/head/; revision=148811
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs21-mule/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile
index 1e79cc173d67..833b3d7eec2e 100644
--- a/editors/xemacs21-mule/Makefile
+++ b/editors/xemacs21-mule/Makefile
@@ -80,11 +80,6 @@ ALL_TARGET= all dist
.if defined(PKGNAMEPREFIX)
INSTALL_TARGET= install-arch-dep
PLIST= ${PKGDIR}/pkg-plist.arch-dep
-.if ${PKGNAMEPREFIX} == "ja-"
-DESCR= ${PKGDIR}/pkg-descr.ja
-MANLANG= ja
-MAN1= xemacs.1
-.endif
.else
MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
gnuserv.1 xemacs.1
@@ -173,6 +168,15 @@ CONFIGURE_ARGS+= --with-canna=no --with-wnn=no --with-wnn6=no
SITE_INCLUDES+= ${LOCALBASE}/include
SITE_LIBRARIES+= ${LOCALBASE}/lib
+.if defined(CANNA)
+PLIST_FILES+= lib/xemacs-%%XEMACS_VER%%/lisp/mule/canna-leim.elc
+.endif
+.if defined(PKGNAMEPREFIX)
+.if ${PKGNAMEPREFIX} == "ja-"
+PLIST_FILES+= man/ja/man1/xemacs.1
+.endif
+.endif
+
# fix .so references in a few man pages
pre-configure::
.for f in etc/ctags.1 etc/gnuattach.1 etc/gnuclient.1 etc/gnudoit.1