diff options
author | obraun <obraun@FreeBSD.org> | 2004-02-16 16:11:44 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-02-16 16:11:44 +0800 |
commit | ce0aa4700452dea5913a6efe5371f8c168347da1 (patch) | |
tree | 028e00c5a46aa72a4422ffc9011f9be4a0ebb9e3 /mail/mairix/Makefile | |
parent | 04187f5b043fddf9da8ba842edc1f4f0d7bd3d8c (diff) | |
download | freebsd-ports-gnome-ce0aa4700452dea5913a6efe5371f8c168347da1.tar.gz freebsd-ports-gnome-ce0aa4700452dea5913a6efe5371f8c168347da1.tar.zst freebsd-ports-gnome-ce0aa4700452dea5913a6efe5371f8c168347da1.zip |
* Upgrade to 0.14.1.
* Change MASTER_SITES and WWW.
Diffstat (limited to 'mail/mairix/Makefile')
-rw-r--r-- | mail/mairix/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 2921dfe7e1d0..0eb68aa66f7d 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -6,21 +6,19 @@ # PORTNAME= mairix -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.14.1 CATEGORIES= mail -MASTER_SITES= http://www.rrbcurnow.freeuk.com/mairix/ +MASTER_SITES= http://www.rpcurnow.force9.co.uk/mairix/ MAINTAINER= obraun@FreeBSD.org COMMENT= Indexing and searching in Maildir or MH folders USE_SIZE= yes +HAS_CONFIGURE= yes USE_BISON= yes USE_REINPLACE= yes -post-patch: - @${REINPLACE_CMD} -e '/^CC/d ; /^CFLAGS/d ; /dfasyn/d' \ - ${WRKSRC}/Makefile +CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mairix ${PREFIX}/bin |