diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-09 07:02:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-09 07:02:47 +0800 |
commit | 87c8ec1b52f46933806b9a51e140ec8a7bf11c1a (patch) | |
tree | 634ea0e600d3ba6749f6d80d0a57bbbb356e56b6 | |
parent | 8ca2b69131c3af322cfcedb0282e29396e028ad1 (diff) | |
download | freebsd-ports-gnome-87c8ec1b52f46933806b9a51e140ec8a7bf11c1a.tar.gz freebsd-ports-gnome-87c8ec1b52f46933806b9a51e140ec8a7bf11c1a.tar.zst freebsd-ports-gnome-87c8ec1b52f46933806b9a51e140ec8a7bf11c1a.zip |
Fix the balsa-specific icon cache creation.
Reported by: pointyhat via kris
-rw-r--r-- | mail/balsa/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index f1ef43fed6f7..c96ce0e9da2a 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= balsa PORTVERSION= 2.3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ DISTNAME= balsa-${PORTVERSION} @@ -74,4 +74,8 @@ post-patch: -e 's|^(HICOLOR_ICON_DIR)[^/]+/|\1=${PREFIX}/|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} +post-install: + @${X11BASE}/bin/gtk-update-icon-cache -f -q \ + ${PREFIX}/share/gnome/balsa/hicolor + .include <bsd.port.post.mk> |