diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-19 12:07:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-19 12:07:42 +0800 |
commit | 4019ef32f9b9b63f729fd25796d53a94d5386bdc (patch) | |
tree | 1fc767843f1be31b9fbdb9a05c802679e49b582b /x11-toolkits/gtk20/Makefile | |
parent | 7275342c1242d35d33b246e21c8e43d8e614b040 (diff) | |
download | marcuscom-ports-4019ef32f9b9b63f729fd25796d53a94d5386bdc.tar marcuscom-ports-4019ef32f9b9b63f729fd25796d53a94d5386bdc.tar.gz marcuscom-ports-4019ef32f9b9b63f729fd25796d53a94d5386bdc.tar.bz2 marcuscom-ports-4019ef32f9b9b63f729fd25796d53a94d5386bdc.tar.lz marcuscom-ports-4019ef32f9b9b63f729fd25796d53a94d5386bdc.tar.xz marcuscom-ports-4019ef32f9b9b63f729fd25796d53a94d5386bdc.tar.zst marcuscom-ports-4019ef32f9b9b63f729fd25796d53a94d5386bdc.zip |
Always force an update of the icon cache. This may fix problems with
icons mysteriously disappearing.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4849 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 7419c4095..f38f94c16 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.73 2005/09/10 14:40:01 jylefort Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.74 2005/09/13 14:22:35 bland Exp $ # PORTNAME= gtk @@ -118,7 +118,7 @@ pre-build: post-install: -@${FIND} ${PREFIX}/share/icons -type d -depth 1 -exec \ - ${PREFIX}/bin/gtk-update-icon-cache -q {} \; 2>/dev/null + ${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null @${MKDIR} ${PREFIX}/lib/gtk-2.0/modules @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK_VERSION}/engines |