diff options
author | hubertf <hubertf> | 1998-02-09 00:02:47 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-09 00:02:47 +0000 |
commit | 6cfd2342a8aeb67864983942ade19d47e8f0b9cf (patch) | |
tree | 48bcf843d4923105775341ffa54b624fa1316645 /mail | |
parent | 3dc5384e7ee4882a60c0c4ac35b03b33923fd181 (diff) | |
download | pkgsrc-6cfd2342a8aeb67864983942ade19d47e8f0b9cf.tar.gz |
fix MAN1
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 758e9e2aff8..a0eaad8017a 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -4,7 +4,7 @@ # Date Created: 02 February 1998 # Whom: tron # -# $NetBSD: Makefile,v 1.1 1998/02/02 10:48:30 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/02/09 00:02:47 hubertf Exp $ DISTNAME= mutt-0.89.1i CATEGORIES= mail @@ -23,7 +23,7 @@ MIRROR_DISTFILE= no GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-curses=${PREFIX} -MAN1= man/man1/mutt.1 +MAN1= mutt.1 post-install: strip ${PREFIX}/bin/mutt |