diff options
author | mezz <mezz@FreeBSD.org> | 2008-05-22 04:12:31 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-05-22 04:12:31 +0800 |
commit | 61dae3f513795e828585d2f4d1179c3916631350 (patch) | |
tree | 6b7c360905d5d929e20b51acde1b5ffc043d8cf6 /mail | |
parent | 2fd278b75571ffcba55ccbca57df4b5ca4ac982a (diff) | |
download | freebsd-ports-gnome-61dae3f513795e828585d2f4d1179c3916631350.tar.gz freebsd-ports-gnome-61dae3f513795e828585d2f4d1179c3916631350.tar.zst freebsd-ports-gnome-61dae3f513795e828585d2f4d1179c3916631350.zip |
Fix the hardcore paths, bump the PORTREVISION.
Reported by: Jürgen Galonska <caligula@primamail.de>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 8c6208424ee9..f13e578da44e 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -8,7 +8,7 @@ PORTNAME= evolution-exchange PORTVERSION= 2.22.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -61,6 +61,9 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" IGNORE= does not build with ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall port .endif +post-extract: + @${RM} -f ${WRKSRC}/storage/*.server + post-patch: @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ ${WRKSRC}/configure |