diff options
author | pooka <pooka@pkgsrc.org> | 2000-05-09 22:23:27 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-05-09 22:23:27 +0000 |
commit | 44bd0d4ca5a1f646d23cbe5aea2d57f94251d952 (patch) | |
tree | ab21089cc58b0c8ecf2e91c25b00fa53fa1c6eaf /mail | |
parent | 12982553226153c7927a7eada349f02d789287f1 (diff) | |
download | pkgsrc-44bd0d4ca5a1f646d23cbe5aea2d57f94251d952.tar.gz |
Disable mutt-current for the moment, it has developed into a stable
release.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mutt-current/Makefile b/mail/mutt-current/Makefile index 6c20696acc7..b23c6c4a6ec 100644 --- a/mail/mutt-current/Makefile +++ b/mail/mutt-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/03/30 13:31:34 pooka Exp $ +# $NetBSD: Makefile,v 1.4 2000/05/09 22:23:27 pooka Exp $ DISTNAME= mutt-1.1.10i WRKSRC= ${WRKDIR}/mutt-1.1.10 @@ -29,6 +29,8 @@ LDFLAGS+= -s MIRROR_DISTFILE=no RESTRICTED= "Contains PGP code" +IGNORE= "Stable mutt avaiable in mail/mutt" + .include "../../mk/bsd.prefs.mk" .if !(defined(MUTT_INTERNATIONAL) && ${MUTT_INTERNATIONAL} == YES) |