diff options
author | kim <kim@pkgsrc.org> | 2002-01-26 17:19:44 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2002-01-26 17:19:44 +0000 |
commit | d01ef1b8f13bbc1cdb6443d8bef92fbfa8762dc1 (patch) | |
tree | c28c9351ceb55c8c362bcbc81e1a26b1e3708712 /mail/nmh/Makefile | |
parent | 347bab6e43685d575a0ead82a9a901cbde13f91e (diff) | |
download | pkgsrc-d01ef1b8f13bbc1cdb6443d8bef92fbfa8762dc1.tar.gz |
Remove patch-cc -- it is no longer valid, but instead now breaks
displaying MIME attachments of type message/* (e.g. message/rfc822).
This is actually a long-standing bug in this package...
Diffstat (limited to 'mail/nmh/Makefile')
-rw-r--r-- | mail/nmh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index df27b510dc7..9f4b0110e36 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2001/11/29 01:12:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.45 2002/01/26 17:19:44 kim Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # DISTNAME= nmh-1.0.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/ \ ftp://ftp.gw.com/pub/unix/mail/mh/nmh/ |