diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-18 13:05:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-18 13:05:28 +0000 |
commit | 8c4db4245972a0244e19fafea4bbd0dfe339748c (patch) | |
tree | 15b3ba1d3fd887d0dcd65337b6aee9bfec05561d /mail | |
parent | 92455e2e8be75343c1e051d63e8635fe7ec76f94 (diff) | |
download | pkgsrc-8c4db4245972a0244e19fafea4bbd0dfe339748c.tar.gz |
fix typo in IGNORE and move it some lines lower (for pkglint)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-current/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt-current/Makefile b/mail/mutt-current/Makefile index ce89d83ed23..aab54c8da41 100644 --- a/mail/mutt-current/Makefile +++ b/mail/mutt-current/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/09/09 19:40:18 fredb Exp $ - -IGNORE= "Stable mutt avaiable in mail/mutt" +# $NetBSD: Makefile,v 1.8 2000/10/18 13:05:28 wiz Exp $ DISTNAME= mutt-1.1.10i WRKSRC= ${WRKDIR}/mutt-1.1.10 @@ -19,6 +17,8 @@ HOMEPAGE= http://www.mutt.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake +IGNORE= "stable mutt available in mail/mutt is newer" + EXTRACT_ONLY= mutt-1.1.10i.tar.gz GNU_CONFIGURE= yes |