diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-11 12:22:43 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-11 12:22:43 +0000 |
commit | 97ace078fa7b4916f3dcaf4c282e979f835216c2 (patch) | |
tree | 15db1086a11e7f51b7b22431462a65f9c61e29b3 /x11-fonts/gohufont/pkg-plist | |
parent | 8172329573ca831237ab2209f61cee6251fac167 (diff) |
- Support staging.
- Stop calling fontconfig on installation and deinstallation: fontconfig
should be smart enough to manage its cache automatically.
- Stop depending on and using mkfont{dir,scale}. Even though this is not a
TTF font, most programs already use freetype and fontconfig.
Notes
Notes:
svn path=/head/; revision=353680
Diffstat (limited to 'x11-fonts/gohufont/pkg-plist')
-rw-r--r-- | x11-fonts/gohufont/pkg-plist | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-fonts/gohufont/pkg-plist b/x11-fonts/gohufont/pkg-plist index d0c54c1828f5..1e74b8ae2e2d 100644 --- a/x11-fonts/gohufont/pkg-plist +++ b/x11-fonts/gohufont/pkg-plist @@ -1,5 +1,3 @@ -%%FONTDIR%%/fonts.dir -%%FONTDIR%%/fonts.scale %%FONTDIR%%/gohufont-11.pcf.gz %%FONTDIR%%/gohufont-11b.pcf.gz %%FONTDIR%%/gohufont-14.pcf.gz @@ -8,6 +6,4 @@ %%FONTDIR%%/gohufont-uni-11b.pcf.gz %%FONTDIR%%/gohufont-uni-14.pcf.gz %%FONTDIR%%/gohufont-uni-14b.pcf.gz -@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true @dirrm %%FONTDIR%% -@exec %%LOCALBASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || /usr/bin/true |