diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-02-10 10:39:00 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-02-10 10:39:13 +0100 |
commit | eaa6a4b95744e787b44fda880d066c00bb9a7dd5 (patch) | |
tree | e8bd47942165398b4a25f73df3b52d67f52e08eb /mail-client/mutt | |
parent | sys-libs/glibc: stable 2.25-r10 for hppa/ia64, bug #647062 (diff) | |
download | gentoo-eaa6a4b95744e787b44fda880d066c00bb9a7dd5.tar.gz gentoo-eaa6a4b95744e787b44fda880d066c00bb9a7dd5.tar.bz2 gentoo-eaa6a4b95744e787b44fda880d066c00bb9a7dd5.zip |
mail-client/mutt: flea was removed, bug #647204
Closes: https://bugs.gentoo.org/647204
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'mail-client/mutt')
-rw-r--r-- | mail-client/mutt/mutt-1.9.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail-client/mutt/mutt-1.9.3.ebuild b/mail-client/mutt/mutt-1.9.3.ebuild index 3a7a6fe76102..ec439e843267 100644 --- a/mail-client/mutt/mutt-1.9.3.ebuild +++ b/mail-client/mutt/mutt-1.9.3.ebuild @@ -230,9 +230,8 @@ src_install() { -e "s#@sysconfdir@#${EPREFIX}/etc/${PN}#" \ -e "s#@bindir@#${EPREFIX}/usr/bin#" \ doc/mutt.man > mutt.1 - cp doc/muttbug.man flea.1 cp doc/muttrc.man muttrc.5 - doman mutt.1 flea.1 muttrc.5 + doman mutt.1 muttrc.5 else # nuke manpages that should be provided by an MTA, bug #177605 rm "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 \ |