aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-sazanami
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-09-04 21:15:21 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-09-04 21:15:21 +0000
commit9edc5c1eb237b00e56a50e5ca865cfa4ae290688 (patch)
tree50783d2a432030563550cbc1eb312bc5333bf86b /japanese/font-sazanami
parentd8b0e5a7d7d78b28b099311555abbf220adff5d7 (diff)
downloadports-9edc5c1eb237b00e56a50e5ca865cfa4ae290688.tar.gz
ports-9edc5c1eb237b00e56a50e5ca865cfa4ae290688.zip
Notes
Diffstat (limited to 'japanese/font-sazanami')
-rw-r--r--japanese/font-sazanami/Makefile2
-rw-r--r--japanese/font-sazanami/files/20-unhint-sazanami.conf12
2 files changed, 9 insertions, 5 deletions
diff --git a/japanese/font-sazanami/Makefile b/japanese/font-sazanami/Makefile
index 011718e0f1a6..1700aa7854f6 100644
--- a/japanese/font-sazanami/Makefile
+++ b/japanese/font-sazanami/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sazanami
PORTVERSION= 20040629
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese x11-fonts
MASTER_SITES= SFJP/efont/10087
PKGNAMEPREFIX= ja-font-
diff --git a/japanese/font-sazanami/files/20-unhint-sazanami.conf b/japanese/font-sazanami/files/20-unhint-sazanami.conf
index 74fb41ee209d..8341d1bf7b8c 100644
--- a/japanese/font-sazanami/files/20-unhint-sazanami.conf
+++ b/japanese/font-sazanami/files/20-unhint-sazanami.conf
@@ -3,10 +3,14 @@
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
- <test name="family">
- <string>Sazanami Mincho</string>
- <string>Sazanami Gothic</string>
- </test>
+ <or>
+ <test name="family">
+ <string>Sazanami Mincho</string>
+ </test>
+ <test name="family">
+ <string>Sazanami Gothic</string>
+ </test>
+ </or>
<edit name="autohint">
<bool>false</bool>
</edit>