diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 22:21:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 22:21:47 +0000 |
commit | f02e929a7271282ec7028035d61d0f660f1ff766 (patch) | |
tree | d72c9ebe20aabf96e17e25632b80d0862c48154c /editors | |
parent | 8f90c9ec411312bbec787299e7dfa12e5cc32feb (diff) | |
download | ports-f02e929a7271282ec7028035d61d0f660f1ff766.tar.gz ports-f02e929a7271282ec7028035d61d0f660f1ff766.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index e1c36a485cb9..35d17c8a643a 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -175,7 +175,8 @@ SITE_LIBRARIES+= ${LOCALBASE}/lib .if defined(PKGNAMEPREFIX) .if ${PKGNAMEPREFIX} == "ja-" -PLIST_FILES+= man/ja/man1/xemacs.1 +PLIST_FILES+= man/ja/man1/xemacs.1 \ + lib/xemacs/mule-packages/etc/app-defaults/ja_JP.eucJP .endif .endif |