aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-cica
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2018-03-15 15:54:14 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2018-03-15 15:54:14 +0000
commit5d45dca8800c2d752059657e6b339e46985314cc (patch)
tree790b89bce1268a98492fc3801ec61c0e9b8c31ad /japanese/font-cica
parentc5b0e0dc4e01585cc3672e7157d141752206e97a (diff)
downloadports-5d45dca8800c2d752059657e6b339e46985314cc.tar.gz
ports-5d45dca8800c2d752059657e6b339e46985314cc.zip
Fix xlfd for the monospaced fonts.
Notes
Notes: svn path=/head/; revision=464597
Diffstat (limited to 'japanese/font-cica')
-rw-r--r--japanese/font-cica/Makefile2
-rw-r--r--japanese/font-cica/files/pkg-install.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/japanese/font-cica/Makefile b/japanese/font-cica/Makefile
index 2d3a0e49c73a..9885be35a1f7 100644
--- a/japanese/font-cica/Makefile
+++ b/japanese/font-cica/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cica
PORTVERSION= 2.1.0
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= japanese x11-fonts
MASTER_SITES= https://github.com/miiton/Cica/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= ja-font-
diff --git a/japanese/font-cica/files/pkg-install.in b/japanese/font-cica/files/pkg-install.in
index 5f58fb18fc79..35b192426912 100644
--- a/japanese/font-cica/files/pkg-install.in
+++ b/japanese/font-cica/files/pkg-install.in
@@ -58,8 +58,8 @@ addentries()
{
for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 jisx0208.1997-0 jisx0213.2004-1
do
- make_xlfd $ENC Cica-Regular.ttf adobe "cica" c medium
- make_xlfd $ENC Cica-Bold.ttf adobe "cica" c bold
+ make_xlfd $ENC Cica-Regular.ttf adobe "cica" m medium
+ make_xlfd $ENC Cica-Bold.ttf adobe "cica" m bold
done
}