diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:09:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:09:38 +0000 |
commit | 85bc8b64bad476512ec10fcf58612200dfb5bd6e (patch) | |
tree | 982ac0f377f043408fd8d5ba5eb409067aa55c37 /mail | |
parent | d70beb4b2d27d1e96b00f63b44c25afef91e4b58 (diff) | |
download | ports-85bc8b64bad476512ec10fcf58612200dfb5bd6e.tar.gz ports-85bc8b64bad476512ec10fcf58612200dfb5bd6e.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 6 | ||||
-rw-r--r-- | mail/balsa/pkg-plist | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index b665a90d5d17..e0a3f065923c 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -3,10 +3,12 @@ # Whom: Glenn Johnson <gljohns@bellsouth.net> # # $FreeBSD$ +# $MCom: ports/mail/balsa/Makefile,v 1.5 2005/10/30 00:29:16 marcus Exp $ # PORTNAME= balsa PORTVERSION= 2.3.6 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ DISTNAME= balsa-${PORTVERSION} @@ -23,6 +25,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_X_PREFIX= yes INSTALLS_OMF= yes +INSTALLS_ICONS= yes USE_PERL5= yes USE_OPENSSL= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui \ @@ -71,7 +74,4 @@ post-patch: -e 's|^(HICOLOR_ICON_DIR)[^/]+/|\1=${PREFIX}/|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -post-install: - -@gtk-update-icon-cache ${X11BASE}/share/icons/hicolor - .include <bsd.port.post.mk> diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist index 2f0d0f025297..568bc94fb5e7 100644 --- a/mail/balsa/pkg-plist +++ b/mail/balsa/pkg-plist @@ -42,7 +42,7 @@ share/gnome/balsa/hicolor/24x24/apps/balsa-signature-good.png share/gnome/balsa/hicolor/24x24/apps/balsa-signature-notrust.png share/gnome/balsa/hicolor/24x24/apps/balsa-signature-unknown.png share/gnome/balsa/hicolor/24x24/apps/balsa-trash-empty.png -@exec gtk-update-icon-cache %D/share/icons/hicolor 2>/dev/null || true +share/gnome/balsa/hicolor/icon-theme.cache share/gnome/balsa/pixmaps/attachment.png share/gnome/balsa/pixmaps/balsa-logo.png share/gnome/balsa/pixmaps/balsa-top.png @@ -150,5 +150,3 @@ share/locale/zh_TW/LC_MESSAGES/balsa.mo @dirrm share/gnome/balsa/hicolor/16x16 @dirrm share/gnome/balsa/hicolor @dirrm share/gnome/balsa -@unexec rm -f %D/share/icons/hicolor/icon-theme.cache 2>/dev/null || true -%%GTKICON%%@unexec gtk-update-icon-cache %D/share/icons/hicolor 2>/dev/null || true |