aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-07-25 21:10:11 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-07-25 21:10:11 +0000
commit3a9a708a9ff4e682096831eb54af158301091567 (patch)
treea8182baa03df8a0ac9ff19815ab11fcb32a2a693 /x11-fonts
parente4c2cebe07fb49b1abf0c8625eba9599414519ae (diff)
downloadports-3a9a708a9ff4e682096831eb54af158301091567.tar.gz
ports-3a9a708a9ff4e682096831eb54af158301091567.zip
x11-fonts/fontconfig: don't touch user font cache on install
This matches USES=fonts (@fc, @fcfontsdir) behavior. PR: 207263 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Approved by: maintainer timeout (5 months) MFH: 2016Q3
Notes
Notes: svn path=/head/; revision=419065
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/fontconfig/Makefile2
-rw-r--r--x11-fonts/fontconfig/files/pkg-install.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile
index 53a513e72c78..38796dce44cb 100644
--- a/x11-fonts/fontconfig/Makefile
+++ b/x11-fonts/fontconfig/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fontconfig
PORTVERSION= 2.11.1
-PORTREVISION?= 2
+PORTREVISION?= 3
PORTEPOCH?= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/
diff --git a/x11-fonts/fontconfig/files/pkg-install.in b/x11-fonts/fontconfig/files/pkg-install.in
index e82abb41da5b..4dc92cbbbe33 100644
--- a/x11-fonts/fontconfig/files/pkg-install.in
+++ b/x11-fonts/fontconfig/files/pkg-install.in
@@ -5,6 +5,6 @@ export PATH
if [ "$2" = "POST-INSTALL" ]; then
echo "Running fc-cache to build fontconfig cache..."
- fc-cache -f -v
+ fc-cache -f -s -v
exit 0
fi