71bdc605e0
- Rename conf file to accomodate new fontconfig PR: ports/110542 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
17 lines
677 B
Text
17 lines
677 B
Text
@comment $FreeBSD$
|
|
etc/fonts/conf.d/63-vlgothic.conf
|
|
%%FONTSDIR%%/VL-PGothic-Regular.ttf
|
|
%%FONTSDIR%%/VL-Gothic-Regular.ttf
|
|
%%PORTDOCS%%%%DOCSDIR%%/Changelog
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.en
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE_E.mplus
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE_J.mplus
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.sazanami
|
|
%%PORTDOCS%%%%DOCSDIR%%/README_J.mplus
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@exec %%X11BASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || true
|
|
@unexec %%X11BASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || true
|
|
@unexec [ -s %D/%%FONTSDIR%%/fonts.cache-1 ] || rm -f %D/%%FONTSDIR%%/fonts.cache-1
|
|
@dirrmtry %%FONTSDIR%%
|