diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-19 20:41:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-19 20:41:07 +0000 |
commit | 2d230135cb0480f81cd8a7cc9e31fabaf5f29056 (patch) | |
tree | 0c8e95d795bbface00de8af3a8566458802baba7 /editors | |
parent | f617ce73a2318014e7edb3e50af6be4b14e46306 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 14 |
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 |