diff options
-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> |