From 4e25dbab6dee8ace5f3768b052597f8c6235a582 Mon Sep 17 00:00:00 2001 From: Koichiro Iwao <meta@FreeBSD.org> Date: Sun, 12 May 2024 22:29:10 +0900 Subject: [PATCH] japanese/font-ricty: Fix build after recent inconsolata update and rebuild with inconsolata-ttf 3.000. --- japanese/font-ricty/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/japanese/font-ricty/Makefile b/japanese/font-ricty/Makefile index 567c26f62c5b..2766c58a9486 100644 --- a/japanese/font-ricty/Makefile +++ b/japanese/font-ricty/Makefile @@ -1,6 +1,6 @@ PORTNAME= ricty PORTVERSION= 4.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= https://rictyfonts.github.io/files/ PKGNAMEPREFIX= ja-font- @@ -53,8 +53,8 @@ do-extract: do-build: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${SH} ${DISTDIR}/${DIST_SUBDIR}/ricty_generator-${PORTVERSION}.sh \ - ${LOCALBASE}/share/fonts/inconsolata/Inconsolata-Regular.ttf \ - ${LOCALBASE}/share/fonts/inconsolata/Inconsolata-Bold.ttf \ + ${LOCALBASE}/share/fonts/inconsolata-ttf/Inconsolata-Regular.ttf \ + ${LOCALBASE}/share/fonts/inconsolata-ttf/Inconsolata-Bold.ttf \ ${LOCALBASE}/share/fonts/migu/migu-1m-regular.ttf \ ${LOCALBASE}/share/fonts/migu/migu-1m-bold.ttf -- GitLab