summaryrefslogtreecommitdiff
path: root/mail/balsa2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/balsa2/Makefile')
-rw-r--r--mail/balsa2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile
index 45e5d35a4ee6..b74df71d4142 100644
--- a/mail/balsa2/Makefile
+++ b/mail/balsa2/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= balsa
-PORTVERSION= 0.9.5
-PORTREVISION= 1
+PORTVERSION= 1.0.pre1
+#PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
@@ -47,5 +47,7 @@ pre-patch:
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \
s|\$\(gnomedatadir\)/gnome|\$\(gnomedatadir\)|g'
+ @find ${WRKSRC}/help -name "*.html" | xargs ${PERL} -pi -e \
+ 's|\.gif|.png|g'
.include <bsd.port.mk>