diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-30 13:39:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-30 13:39:09 +0000 |
commit | 851c9a3ce48b20e93870dce41c4cd290eb160f2c (patch) | |
tree | a411adf9c4e628306dbdd092b7c1eb3256121127 /mail/balsa | |
parent | 8e2bbbdda1165b45b6e4002ac82cf1e6ded58952 (diff) | |
download | ports-851c9a3ce48b20e93870dce41c4cd290eb160f2c.tar.gz ports-851c9a3ce48b20e93870dce41c4cd290eb160f2c.zip |
Notes
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 6 | ||||
-rw-r--r-- | mail/balsa/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa/pkg-plist | 1 |
3 files changed, 6 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 10f8514eb6b9..12b799a81ad6 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= balsa -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 #PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ @@ -32,7 +32,9 @@ MAN1= balsa.1 pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ + s|-liconv|-lgiconv|g ; s|iconv_open|libiconv_open|g' \ + ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \ diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo index 6059e425ab43..3b18b7240272 100644 --- a/mail/balsa/distinfo +++ b/mail/balsa/distinfo @@ -1 +1 @@ -MD5 (balsa-1.1.2.tar.gz) = 6b4f9cf4997728157f14dc8c798a8735 +MD5 (balsa-1.1.3.tar.gz) = 9d90a44d7c04b480aaa68e15e5894c13 diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist index 596b8f43ac45..c06e175b2748 100644 --- a/mail/balsa/pkg-plist +++ b/mail/balsa/pkg-plist @@ -63,6 +63,7 @@ share/gnome/sounds/balsa/newmail.wav share/gnome/sounds/balsa/startup.wav share/locale/az/LC_MESSAGES/balsa.mo share/locale/ca/LC_MESSAGES/balsa.mo +share/locale/cs/LC_MESSAGES/balsa.mo share/locale/da/LC_MESSAGES/balsa.mo share/locale/de/LC_MESSAGES/balsa.mo share/locale/el/LC_MESSAGES/balsa.mo |