Bug 19857

Summary: put sample app-defaults file into ja_JP.EUC specific place
Product: Ports & Packages Reporter: MITA Yoshio <mita>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description MITA Yoshio 2000-07-12 01:30:01 UTC
Currently, japanese/tgif installs app-defaults file for japanese character
configuration in ${PREFIX}/lib/X11/app-defaults.
Thanks to recent change of tgif-nls, on which japanese/tgif depends
can load app-defaults from LANG specific place such as 
${PREFIX}/lib/X11/ja_JP.EUC/app-defaults.

This PR is to change install place for japanese app-defaults to 
ja_JP.EUC/app-defaults rather than app-defaults directly.  By this,
arbitrary numbers of app-defaults can be installed and be switched
just with setenv LANG XXXX. Nice.
Comment 1 Kevin Lo freebsd_committer freebsd_triage 2000-07-12 03:52:22 UTC
State Changed
From-To: open->closed

Committed, thanks.