- Fix font caching when installed from package

- bump portrevision

Approved by:	kwm@ (with gnome hat)
This commit is contained in:
Baptiste Daroussin 2011-07-13 12:39:31 +00:00
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

View file

@ -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

View file

@ -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