diff options
author | oliver <oliver@FreeBSD.org> | 2003-05-16 22:12:44 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-05-16 22:12:44 +0800 |
commit | 33491a0149937615c80a5632d7cab4bb6eac9b78 (patch) | |
tree | e1a01ec18343cbcab5d46e8035dff0e4e5fa81af /mail/sylpheed3/Makefile | |
parent | b18387d36f9f37148ad885db52a4cca1d16eb4fa (diff) | |
download | freebsd-ports-gnome-33491a0149937615c80a5632d7cab4bb6eac9b78.tar.gz freebsd-ports-gnome-33491a0149937615c80a5632d7cab4bb6eac9b78.tar.zst freebsd-ports-gnome-33491a0149937615c80a5632d7cab4bb6eac9b78.zip |
Update sylpheed to 0.9.0
Approved by: alex (mentor)
Diffstat (limited to 'mail/sylpheed3/Makefile')
-rw-r--r-- | mail/sylpheed3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 6f117e9d5020..35122e0c0084 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -6,11 +6,10 @@ # PORTNAME= sylpheed -PORTVERSION= 0.9.0.p1 +PORTVERSION= 0.9.0 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= oliver@freebsd.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client @@ -88,7 +87,7 @@ pre-everything:: @${ECHO} "" post-patch: - ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure .if defined(NOPORTDOCS) |