diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-24 05:44:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-24 05:44:10 +0800 |
commit | c408881d6e23dd25c425284373996e93c47ef89c (patch) | |
tree | 1407ba02db266d370993ad83b39b5ecee13b1a2f /mail/libpst/Makefile | |
parent | a73950bff57194704922f9ebf103ecca661d3c92 (diff) | |
download | freebsd-ports-gnome-c408881d6e23dd25c425284373996e93c47ef89c.tar.gz freebsd-ports-gnome-c408881d6e23dd25c425284373996e93c47ef89c.tar.zst freebsd-ports-gnome-c408881d6e23dd25c425284373996e93c47ef89c.zip |
- Update to 0.6.58
PR: 175977
Submitted by: tota@
Approved by: maintainer timeout
Diffstat (limited to 'mail/libpst/Makefile')
-rw-r--r-- | mail/libpst/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index 28b17f1ce430..a7894f269558 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= libpst -PORTVERSION= 0.6.55 +PORTVERSION= 0.6.58 CATEGORIES= mail converters MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ http://fossies.org/unix/privat/ MAINTAINER= chifeng@gmail.com -COMMENT= A tool for converting Outlook .pst files to mbox and other formats +COMMENT= Tool for converting Outlook .pst files to mbox and other formats LICENSE= GPLv2 +LIB_DEPENDS= gsf-1:${PORTSDIR}/devel/libgsf + GNU_CONFIGURE= yes USE_GMAKE= yes USE_ICONV= yes @@ -41,7 +43,7 @@ PLIST_SUB+= PST2DII="@comment " .endif post-patch: - ${FIND} -X ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -i "" \ + ${FIND} -X ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ -e 's/malloc.h/stdlib.h/g' ${REINPLACE_CMD} -e 's;doc\/@PACKAGE@-@VERSION@;doc\/@PACKAGE@;g' \ ${WRKSRC}/Makefile.in ${WRKSRC}/html/Makefile.in |