aboutsummaryrefslogtreecommitdiff
path: root/mail/balsa/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-07 08:51:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-07 08:51:15 +0000
commit381508fd8947b032ff6cdf52cf9c34d613917561 (patch)
tree16db6652c45a2c24bb4f89b0f4c35c0f47ccfe0e /mail/balsa/Makefile
parent1a347ca64533db7f51dc6922fec90490a3f9a503 (diff)
Notes
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r--mail/balsa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index a63200e267a5..25502e03f8f5 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= balsa
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.3
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
@@ -40,7 +40,7 @@ pre-patch:
s|-liconv|-lgiconv|g ; s|iconv_open|libiconv_open|g ; \
s|([^g])iconv.h|\1giconv.h|g' \
${WRKSRC}/configure ${WRKSRC}/libmutt/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \
s|\$\(gnomedatadir\)/gnome|\$\(gnomedatadir\)|g'