diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2010-03-02 04:50:41 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2010-03-02 04:50:41 +0000 |
commit | 40d3951c8e8dbc38eae65346f00251f944bc1f25 (patch) | |
tree | 519605f400214353f6f3bc542d26f6b4da29d69e /japanese/font-ipa/files/pkg-install.in | |
parent | 3b7f26a8cabc6f03b261bfe835c7c23cd794670e (diff) |
Update to 003.02.
WWW: http://ossipedia.ipa.go.jp/ipafont/releasenote.html
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250487
Diffstat (limited to 'japanese/font-ipa/files/pkg-install.in')
-rw-r--r-- | japanese/font-ipa/files/pkg-install.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/font-ipa/files/pkg-install.in b/japanese/font-ipa/files/pkg-install.in index 6a3088596618..09ce290836b0 100644 --- a/japanese/font-ipa/files/pkg-install.in +++ b/japanese/font-ipa/files/pkg-install.in @@ -9,7 +9,7 @@ catfontsdir () do case "${_IN}" in *-ipa-IPAUI*|*-ipa-[MU]*) echo ${_IN} ;; - *-ipa-[Mm]incho-*|*-ipa-[Gg]othic-*|*-ipa-IPA*|[0-9]*|"") ;; + *-ipa-[Mm]incho-*|*-ipa-[Gg]othic-*|*-ipa-IPA[PMmGg]*|[0-9]*|"") ;; *) echo ${_IN} ;; esac done |