- Fix font caching when installed from package
- bump portrevision Approved by: kwm@ (with gnome hat)
This commit is contained in:
parent
c75e9c7d6e
commit
ed89ffa6c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277638
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= bitstream-vera
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= GNOME
|
||||
MASTER_SITE_SUBDIR= sources/ttf-${PORTNAME}/1.10
|
||||
|
|
|
@ -15,4 +15,4 @@
|
|||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true
|
||||
@dirrm %%FONTSDIR%%
|
||||
@exec %%LOCALBASE%%/bin/fc-cache -f -v %%FONTSDIR%% || /usr/bin/true
|
||||
@exec %%LOCALBASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || /usr/bin/true
|
||||
|
|
Loading…
Reference in a new issue