diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-01-31 12:50:07 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-01-31 12:50:07 +0000 |
commit | 4a9828c21dc282135e322df1a89c96eb02381c36 (patch) | |
tree | 5d675ad001aa386433e4501a0ef8784c97b22177 /japanese/font-vlgothic/pkg-plist | |
parent | 06be6f2de88d7c64bd5371c5c01cd27d9dbfb986 (diff) | |
download | ports-4a9828c21dc282135e322df1a89c96eb02381c36.tar.gz ports-4a9828c21dc282135e322df1a89c96eb02381c36.zip |
Convert fc-cache(1) calls in pkg-plist to use @fc keyword
fonts.cache-1 lines started to appear after r148143 but became
obsolete since `fc-cache -s` support (i.e. /var/db/fontconfig)
and several FC_CACHE_VERSION bumps. Remove them.
Differential Revision: https://reviews.freebsd.org/D1733
Reviewed by: hrs
Approved by: portmgr blanket
Approved by: bapt (mentor)
Notes
Notes:
svn path=/head/; revision=378204
Diffstat (limited to 'japanese/font-vlgothic/pkg-plist')
-rw-r--r-- | japanese/font-vlgothic/pkg-plist | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/japanese/font-vlgothic/pkg-plist b/japanese/font-vlgothic/pkg-plist index 6f8472b0378a..a8d80d00ae2f 100644 --- a/japanese/font-vlgothic/pkg-plist +++ b/japanese/font-vlgothic/pkg-plist @@ -8,7 +8,4 @@ etc/fonts/conf.d/20-unhint-vlgothic.conf etc/fonts/conf.d/62-fonts-vlgothic.conf %%X_FONTSDIR%%/TTF/VL-PGothic-Regular.ttf %%X_FONTSDIR%%/TTF/VL-Gothic-Regular.ttf -@exec %%LOCALBASE%%/bin/fc-cache -s -f -v %D/%%X_FONTSDIR%%/TTF || true -@unexec %%LOCALBASE%%/bin/fc-cache -s -f -v %D/%%X_FONTSDIR%%/TTF || true -@unexec rm -f %D/%%X_FONTSDIR%%/TTF/fonts.cache-1 -@unexec if [ -d %D/%%X_FONTSDIR%%/TTF ]; then %%LOCALBASE%%/bin/fc-cache -s -f -v %D/%%X_FONTSDIR%%/TTF || true; fi +@fc %%X_FONTSDIR%%/TTF |