diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-20 21:58:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-20 21:58:00 +0000 |
commit | 009f163ef3d1c531176ea671e8e9a0f56a2aea38 (patch) | |
tree | 912152643a3336bd065bf417376072b6019a39dc /mail/mutt-devel/Makefile | |
parent | 25fd1b6b08399e044332db9b3ec89bfcc00943c4 (diff) | |
download | pkgsrc-009f163ef3d1c531176ea671e8e9a0f56a2aea38.tar.gz |
Fix the PLIST to include the share/doc/mutt/samples symlink and the
mmdf manpage, but rename the manpage to mutt-mmdf.5 so as not to
conflict with the one from news/tin. Bump the PKGREVISION to 1.
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 6bb3edff80b..d43935ac4dd 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2005/08/19 18:12:38 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2005/08/20 21:58:00 jlam Exp $ DISTNAME= mutt-1.5.9i PKGNAME= ${DISTNAME:C/i$//} +PKGREVISION= 1 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ |