diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-07 16:51:15 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-07 16:51:15 +0800 |
commit | 325231125dd197034b066c35a0fea5ba5c251a72 (patch) | |
tree | bceb47fda5e84737841dbc3ed5b0fc76a6ea4451 /mail/balsa/Makefile | |
parent | d601ce89884dc0fe4afc8471166c1649ee49e4da (diff) | |
download | freebsd-ports-gnome-325231125dd197034b066c35a0fea5ba5c251a72.tar.gz freebsd-ports-gnome-325231125dd197034b066c35a0fea5ba5c251a72.tar.zst freebsd-ports-gnome-325231125dd197034b066c35a0fea5ba5c251a72.zip |
Update to 1.2.3.
PR: 31680
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 4 |
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' |