aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/font-nasu
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2018-03-15 23:54:14 +0800
committerume <ume@FreeBSD.org>2018-03-15 23:54:14 +0800
commitce396d7cfca03cd13bb3cfe7904406fbc263ddf6 (patch)
tree790b89bce1268a98492fc3801ec61c0e9b8c31ad /japanese/font-nasu
parent11e2168d2142ca1ce5df6ad74ad0317583752533 (diff)
downloadfreebsd-ports-gnome-ce396d7cfca03cd13bb3cfe7904406fbc263ddf6.tar.gz
freebsd-ports-gnome-ce396d7cfca03cd13bb3cfe7904406fbc263ddf6.tar.zst
freebsd-ports-gnome-ce396d7cfca03cd13bb3cfe7904406fbc263ddf6.zip
Fix xlfd for the monospaced fonts.
Diffstat (limited to 'japanese/font-nasu')
-rw-r--r--japanese/font-nasu/Makefile2
-rw-r--r--japanese/font-nasu/files/pkg-install.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/japanese/font-nasu/Makefile b/japanese/font-nasu/Makefile
index 488c3a960165..fdd349af9f89 100644
--- a/japanese/font-nasu/Makefile
+++ b/japanese/font-nasu/Makefile
@@ -2,7 +2,7 @@
PORTNAME= nasu
PORTVERSION= 20141215
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese x11-fonts
MASTER_SITES= SOURCEFORGE_JP/users/7/7587
PKGNAMEPREFIX= ja-font-
diff --git a/japanese/font-nasu/files/pkg-install.in b/japanese/font-nasu/files/pkg-install.in
index 5d1c3f4ee568..75d98fbb641e 100644
--- a/japanese/font-nasu/files/pkg-install.in
+++ b/japanese/font-nasu/files/pkg-install.in
@@ -55,8 +55,8 @@ addentries()
do
make_xlfd $ENC Nasu-Regular-20141215.ttf adobe "nasu" p medium
make_xlfd $ENC Nasu-Bold-20141215.ttf adobe "nasu" p bold
- make_xlfd $ENC NasuM-Regular-20141215.ttf adobe "nasum" c medium
- make_xlfd $ENC NasuM-Bold-20141215.ttf adobe "nasum" c bold
+ make_xlfd $ENC NasuM-Regular-20141215.ttf adobe "nasum" m medium
+ make_xlfd $ENC NasuM-Bold-20141215.ttf adobe "nasum" m bold
done
}