diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-09-04 21:15:21 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-09-04 21:15:21 +0000 |
commit | 9edc5c1eb237b00e56a50e5ca865cfa4ae290688 (patch) | |
tree | 50783d2a432030563550cbc1eb312bc5333bf86b /japanese/font-migmix | |
parent | d8b0e5a7d7d78b28b099311555abbf220adff5d7 (diff) | |
download | ports-9edc5c1eb237b00e56a50e5ca865cfa4ae290688.tar.gz ports-9edc5c1eb237b00e56a50e5ca865cfa4ae290688.zip |
Notes
Diffstat (limited to 'japanese/font-migmix')
-rw-r--r-- | japanese/font-migmix/Makefile | 1 | ||||
-rw-r--r-- | japanese/font-migmix/files/20-unhint-migmix.conf | 20 |
2 files changed, 15 insertions, 6 deletions
diff --git a/japanese/font-migmix/Makefile b/japanese/font-migmix/Makefile index 9f0ea4629ef1..a31c07458b38 100644 --- a/japanese/font-migmix/Makefile +++ b/japanese/font-migmix/Makefile @@ -2,6 +2,7 @@ PORTNAME= migmix PORTVERSION= 1.0.20130430 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/mix-mplus-ipa/58721 PKGNAMEPREFIX= ja-font- diff --git a/japanese/font-migmix/files/20-unhint-migmix.conf b/japanese/font-migmix/files/20-unhint-migmix.conf index 8564e91cdbe6..344e33ce0962 100644 --- a/japanese/font-migmix/files/20-unhint-migmix.conf +++ b/japanese/font-migmix/files/20-unhint-migmix.conf @@ -3,12 +3,20 @@ <!-- $FreeBSD$ --> <fontconfig> <match target="font"> - <test name="family"> - <string>MigMix 1M</string> - <string>MigMix 1P</string> - <string>MigMix 2M</string> - <string>MigMix 2P</string> - </test> + <or> + <test name="family"> + <string>MigMix 1M</string> + </test> + <test name="family"> + <string>MigMix 1P</string> + </test> + <test name="family"> + <string>MigMix 2M</string> + </test> + <test name="family"> + <string>MigMix 2P</string> + </test> + </or> <edit name="autohint"> <bool>false</bool> </edit> |