mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
japanese/font-ricty: Fix build after recent inconsolata update
and rebuild with inconsolata-ttf 3.000.
This commit is contained in:
parent
43af1d14a7
commit
4e25dbab6d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= ricty
|
PORTNAME= ricty
|
||||||
PORTVERSION= 4.1.1
|
PORTVERSION= 4.1.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= japanese x11-fonts
|
CATEGORIES= japanese x11-fonts
|
||||||
MASTER_SITES= https://rictyfonts.github.io/files/
|
MASTER_SITES= https://rictyfonts.github.io/files/
|
||||||
PKGNAMEPREFIX= ja-font-
|
PKGNAMEPREFIX= ja-font-
|
||||||
|
@ -53,8 +53,8 @@ do-extract:
|
||||||
do-build:
|
do-build:
|
||||||
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
||||||
${SH} ${DISTDIR}/${DIST_SUBDIR}/ricty_generator-${PORTVERSION}.sh \
|
${SH} ${DISTDIR}/${DIST_SUBDIR}/ricty_generator-${PORTVERSION}.sh \
|
||||||
${LOCALBASE}/share/fonts/inconsolata/Inconsolata-Regular.ttf \
|
${LOCALBASE}/share/fonts/inconsolata-ttf/Inconsolata-Regular.ttf \
|
||||||
${LOCALBASE}/share/fonts/inconsolata/Inconsolata-Bold.ttf \
|
${LOCALBASE}/share/fonts/inconsolata-ttf/Inconsolata-Bold.ttf \
|
||||||
${LOCALBASE}/share/fonts/migu/migu-1m-regular.ttf \
|
${LOCALBASE}/share/fonts/migu/migu-1m-regular.ttf \
|
||||||
${LOCALBASE}/share/fonts/migu/migu-1m-bold.ttf
|
${LOCALBASE}/share/fonts/migu/migu-1m-bold.ttf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue