aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/font-rounded-mgenplus
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-rounded-mgenplus
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-rounded-mgenplus')
-rw-r--r--japanese/font-rounded-mgenplus/Makefile2
-rw-r--r--japanese/font-rounded-mgenplus/files/pkg-install.in10
2 files changed, 6 insertions, 6 deletions
diff --git a/japanese/font-rounded-mgenplus/Makefile b/japanese/font-rounded-mgenplus/Makefile
index c11254df05cf..2e8339938b92 100644
--- a/japanese/font-rounded-mgenplus/Makefile
+++ b/japanese/font-rounded-mgenplus/Makefile
@@ -2,7 +2,7 @@
PORTNAME= rounded-mgenplus
PORTVERSION= 20150602
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= japanese x11-fonts
MASTER_SITES= SOURCEFORGE_JP/users/8/8598
PKGNAMEPREFIX= ja-font-
diff --git a/japanese/font-rounded-mgenplus/files/pkg-install.in b/japanese/font-rounded-mgenplus/files/pkg-install.in
index 907e3ee812ed..fe7759371910 100644
--- a/japanese/font-rounded-mgenplus/files/pkg-install.in
+++ b/japanese/font-rounded-mgenplus/files/pkg-install.in
@@ -67,11 +67,11 @@ addentries()
done
for FAM in 1m 1mn 2m
do
- make_xlfd ${ENC} rounded-mgenplus-${FAM}-bold.ttf adobe "rounded mgen+ ${FAM}" c bold
- make_xlfd ${ENC} rounded-mgenplus-${FAM}-light.ttf adobe "rounded mgen+ ${FAM}" c extralight
- make_xlfd ${ENC} rounded-mgenplus-${FAM}-medium.ttf adobe "rounded mgen+ ${FAM}" c medium
- make_xlfd ${ENC} rounded-mgenplus-${FAM}-regular.ttf adobe "rounded mgen+ ${FAM}" c book
- make_xlfd ${ENC} rounded-mgenplus-${FAM}-thin.ttf adobe "rounded mgen+ ${FAM}" c thin
+ make_xlfd ${ENC} rounded-mgenplus-${FAM}-bold.ttf adobe "rounded mgen+ ${FAM}" m bold
+ make_xlfd ${ENC} rounded-mgenplus-${FAM}-light.ttf adobe "rounded mgen+ ${FAM}" m extralight
+ make_xlfd ${ENC} rounded-mgenplus-${FAM}-medium.ttf adobe "rounded mgen+ ${FAM}" m medium
+ make_xlfd ${ENC} rounded-mgenplus-${FAM}-regular.ttf adobe "rounded mgen+ ${FAM}" m book
+ make_xlfd ${ENC} rounded-mgenplus-${FAM}-thin.ttf adobe "rounded mgen+ ${FAM}" m thin
done
done
}