K 10 svn:author V 6 rakuco K 8 svn:date V 27 2016-02-28T23:48:45.628204Z K 7 svn:log V 455 MFH: r409785 Fix line breaks conversion. Current japanese/today converts each file's line breaks from CRLF to LF with the following procedure in Makefile: ${SED} 's/.$$//' It is a very problematic method, and breaks many Japanese strings in the data files (*.tbl). To solve the problem, use "${TR} -d '\015'" for the conversion. PR: 206568 Submitted by: WATANABE Kazuhiro (maintainer) Approved by: portmgr blanket approval END