diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-07-26 05:10:36 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-07-26 05:10:36 +0800 |
commit | 257f400dcb158c423db0295661f89b25991f6b83 (patch) | |
tree | 1e86a4571897f4c1bba68ec185a933989fb07552 /x11-fonts | |
parent | 335d347d563e30b5b92e6f81e7c17f505ae6d6bf (diff) | |
download | freebsd-ports-graphics-257f400dcb158c423db0295661f89b25991f6b83.tar.gz freebsd-ports-graphics-257f400dcb158c423db0295661f89b25991f6b83.tar.zst freebsd-ports-graphics-257f400dcb158c423db0295661f89b25991f6b83.zip |
Don't manually call fc-cache after USES=fonts
Approved by: portmgr blanket
MFH: 2016Q3
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/linuxlibertine/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/linuxlibertine/files/pkg-deinstall.in | 6 | ||||
-rw-r--r-- | x11-fonts/wqy/pkg-deinstall | 3 |
3 files changed, 1 insertions, 11 deletions
diff --git a/x11-fonts/linuxlibertine/Makefile b/x11-fonts/linuxlibertine/Makefile index 24f29799171..6b9f12262db 100644 --- a/x11-fonts/linuxlibertine/Makefile +++ b/x11-fonts/linuxlibertine/Makefile @@ -3,7 +3,7 @@ PORTNAME= linuxlibertine PORTVERSION= 4.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= SF DISTNAME= LinLibertineFont-${PORTVERSION}-2 @@ -27,7 +27,6 @@ LICENSE_NAME_OFL= Open Fonts License LICENSE_FILE_OFL= ${WRKSRC}/OFL.txt LICENSE_PERMS_OFL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -SUB_FILES= pkg-deinstall WRKSRC= ${WRKDIR}/LinLibertine NO_BUILD= yes diff --git a/x11-fonts/linuxlibertine/files/pkg-deinstall.in b/x11-fonts/linuxlibertine/files/pkg-deinstall.in deleted file mode 100644 index e0081ba4505..00000000000 --- a/x11-fonts/linuxlibertine/files/pkg-deinstall.in +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -if [ $2 = "DEINSTALL" ]; then - /bin/echo "===> Running fc-cache" - %%LOCALBASE%%/bin/fc-cache -f -v %%FONTSDIR%% -fi diff --git a/x11-fonts/wqy/pkg-deinstall b/x11-fonts/wqy/pkg-deinstall deleted file mode 100644 index 99d41f7c2be..00000000000 --- a/x11-fonts/wqy/pkg-deinstall +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -fc-cache -fv |