diff options
author | pav <pav@FreeBSD.org> | 2006-03-21 06:21:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-21 06:21:47 +0800 |
commit | 76066b3470052f9e0932acfcfbe818aaa7e09637 (patch) | |
tree | 1eb46a7bdd05a7293d185b8a2c7bfc69637fa497 /editors/xemacs21-mule/Makefile | |
parent | 9ebbe54a77d920cb9dad9126a5ded4263c52c821 (diff) | |
download | freebsd-ports-gnome-76066b3470052f9e0932acfcfbe818aaa7e09637.tar.gz freebsd-ports-gnome-76066b3470052f9e0932acfcfbe818aaa7e09637.tar.zst freebsd-ports-gnome-76066b3470052f9e0932acfcfbe818aaa7e09637.zip |
- Fix plist with canna
PR: ports/94738
Submitted by: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp> (canna maintainer)
Diffstat (limited to 'editors/xemacs21-mule/Makefile')
-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 |