diff options
author | tonio <tonio@pkgsrc.org> | 2007-03-04 13:43:44 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2007-03-04 13:43:44 +0000 |
commit | 66ba22bd68af74bbe7b96fde4932679ffce3419c (patch) | |
tree | caefefce97ad60e2e5bf7cd863860f580cad9e1f /mail/mutt-devel/Makefile | |
parent | 03bd2bce979d401130046660d0e107d314649efb (diff) | |
download | pkgsrc-66ba22bd68af74bbe7b96fde4932679ffce3419c.tar.gz |
Update mail/mutt-devel to 1.5.14
Changelog:
- many bugfixes
* curs_lib.c: Clear the progress bar when the current operation
has completed.
* lib.c: Even more paranoid temporary file creation.
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 69b3879165e..e0b663225b3 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2006/12/11 12:47:13 salo Exp $ +# $NetBSD: Makefile,v 1.56 2007/03/04 13:43:44 tonio Exp $ -DISTNAME= mutt-1.5.13 -PKGREVISION= 2 +DISTNAME= mutt-1.5.14 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ @@ -28,7 +27,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \ --without-included-gettext \ --enable-pop \ --enable-imap -MAKE_ENV+= CHGRP=${CHGRP:Q} +MAKE_ENV+= CHGRP=${CHGRP:Q} CHMOD=${CHMOD:Q} .if (${OPSYS} == "SunOS") CONFIGURE_ARGS+= --without-wc-funcs |