diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 09:39:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 09:39:10 +0800 |
commit | 994f03304107a6aa0b430027b2d45eed412b8612 (patch) | |
tree | 2fa5582983b084880a29dea58cb43797102419b0 /mail | |
parent | d390739469f3dc5c52910a153641155533b48c0f (diff) | |
download | marcuscom-ports-994f03304107a6aa0b430027b2d45eed412b8612.tar.gz marcuscom-ports-994f03304107a6aa0b430027b2d45eed412b8612.tar.zst marcuscom-ports-994f03304107a6aa0b430027b2d45eed412b8612.zip |
We no longer need to generate the application-specific icon cache.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9425 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 8 | ||||
-rw-r--r-- | mail/balsa/pkg-plist | 1 |
2 files changed, 2 insertions, 7 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index e0b6b9c15..fe840a480 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -3,12 +3,12 @@ # Whom: Glenn Johnson <gljohns@bellsouth.net> # # $FreeBSD$ -# $MCom: ports/mail/balsa/Makefile,v 1.16 2007/05/31 05:57:34 marcus Exp $ +# $MCom: ports/mail/balsa/Makefile,v 1.17 2007/07/08 20:26:57 marcus Exp $ # PORTNAME= balsa PORTVERSION= 2.3.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ DISTNAME= balsa-${PORTVERSION} @@ -94,8 +94,4 @@ post-patch: -e 's|^(HICOLOR_ICON_DIR)[^/]+/|\1=${PREFIX}/|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -post-install: - @${LOCALBASE}/bin/gtk-update-icon-cache -f -q --ignore-theme-index \ - ${PREFIX}/share/balsa/hicolor - .include <bsd.port.post.mk> diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist index f23e85590..ab6127531 100644 --- a/mail/balsa/pkg-plist +++ b/mail/balsa/pkg-plist @@ -42,7 +42,6 @@ share/balsa/hicolor/24x24/apps/balsa-signature-good.png share/balsa/hicolor/24x24/apps/balsa-signature-notrust.png share/balsa/hicolor/24x24/apps/balsa-signature-unknown.png share/balsa/hicolor/24x24/apps/balsa-trash-empty.png -share/balsa/hicolor/icon-theme.cache share/balsa/pixmaps/attachment.png share/balsa/pixmaps/balsa-logo.png share/balsa/pixmaps/balsa-top.png |