summaryrefslogtreecommitdiffstats
path: root/mail/mutt-devel/Makefile
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-12-03 15:20:21 +0000
committerpetef <petef@FreeBSD.org>2001-12-03 15:20:21 +0000
commit80ee270904f9bcdc6b54aa890534f50ff1d3ffd8 (patch)
tree59bcfa1f494be4c6a2bce2d7f2ae6f1532a77b0d /mail/mutt-devel/Makefile
parent5f7da7531f2c24d0ef8afb97ff520a8abdcdb8d9 (diff)
downloadFreeBSD-ports-80ee270904f9bcdc6b54aa890534f50ff1d3ffd8.zip
FreeBSD-ports-80ee270904f9bcdc6b54aa890534f50ff1d3ffd8.tar.gz
- update to 1.3.24
- fix automake to generate bsdmake code, drop USE_GMAKE - add more MASTER_SITES PR: 32466 Submitted by: maintainer
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r--mail/mutt-devel/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 8d78bba..049d2b2 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= mutt-devel
-PORTVERSION= 1.3.23.2
+PORTVERSION= 1.3.24
CATEGORIES+= mail
.if defined(WITH_MUTT_NNTP)
CATEGORIES+= news
@@ -15,7 +15,10 @@ CATEGORIES+= news
MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/ \
ftp://ftp.parodius.com/pub/mutt/ \
ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \
- ftp://ftp.parodius.com/pub/mutt/devel/
+ ftp://ftp.parodius.com/pub/mutt/devel/ \
+ ftp://ftp.mutt.org/pub/mutt/ \
+ ftp://ftp.mutt.org/pub/mutt/devel/
+
DISTNAME= mutt-${PORTVERSION}i
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@@ -31,7 +34,7 @@ CONFIGURE_ARGS= --enable-flock --disable-fcntl \
.include <bsd.port.pre.mk>
USE_AUTOMAKE= yes
-USE_GMAKE= yes
+AUTOMAKE_ARGS= -i
.if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \
defined(WITH_MUTT_RU_PATCH) || defined(WITH_MUTT_QUOTE_PATCH)
@@ -143,8 +146,6 @@ MAN5= muttrc.5 mbox.5
post-patch::
@${PERL} -pi.fbsd -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \
${WRKSRC}/contrib/gpg.rc
- @${CP} ${PATCHDIR}/extra-patchlist.sh ${WRKSRC}/patchlist.sh
- @${CHMOD} 700 ${WRKSRC}/patchlist.sh
pre-configure::
@(cd ${WRKSRC}; ${ACLOCAL} -I m4)
OpenPOWER on IntegriCloud