diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2010-02-19 15:29:56 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2010-02-19 15:29:56 +0000 |
commit | 0b3065393b0f24ce8b21825c1cad051d7cb0ae47 (patch) | |
tree | a4e87ca1e3c944a02ae504a8d7560c8d8d2d0222 /japanese | |
parent | 6a19154eccec79f55c2c1379096196fb4a30a1a6 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/font-ipa/Makefile | 2 | ||||
-rw-r--r-- | japanese/font-ipa/files/pkg-install.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/font-ipa/Makefile b/japanese/font-ipa/Makefile index c9f076f6c278..9f817e6663ee 100644 --- a/japanese/font-ipa/Makefile +++ b/japanese/font-ipa/Makefile @@ -6,7 +6,7 @@ PORTNAME= font-ipa PORTVERSION= 00301 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= http://info.openlab.ipa.go.jp/ipafont/fontdata/ DISTNAME= IPAfont${PORTVERSION} diff --git a/japanese/font-ipa/files/pkg-install.in b/japanese/font-ipa/files/pkg-install.in index 55bc65661d61..6a3088596618 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-*|[0-9]*|"") ;; + *-ipa-[Mm]incho-*|*-ipa-[Gg]othic-*|*-ipa-IPA*|[0-9]*|"") ;; *) echo ${_IN} ;; esac done |