aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-08 23:02:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-08 23:02:47 +0000
commit10b45e26682e07446aa3de77e429cde450afb6c8 (patch)
tree0d3e55da7e9038e563273a491f469f5a9ca3410a /mail
parenta09e0536819e901385e0cf8aafc083449adba473 (diff)
downloadports-10b45e26682e07446aa3de77e429cde450afb6c8.tar.gz
ports-10b45e26682e07446aa3de77e429cde450afb6c8.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/balsa/Makefile6
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>