commit: ac2e479166b3eb53acbedcbe0204d9131653977a Author: Justin Keogh <bugs.gentoo.org <AT> v6y <DOT> net> AuthorDate: Sat Oct 17 11:25:32 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Oct 17 11:29:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2e4791
www-client/netsurf: install manpages on 3.10-r3 Closes: https://bugs.gentoo.org/741476 Signed-off-by: Justin Keogh <bugs.gentoo.org <AT> v6y.net> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-client/netsurf/netsurf-3.10-r3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www-client/netsurf/netsurf-3.10-r3.ebuild b/www-client/netsurf/netsurf-3.10-r3.ebuild index 2d6a524e3b2..ff68d956965 100644 --- a/www-client/netsurf/netsurf-3.10-r3.ebuild +++ b/www-client/netsurf/netsurf-3.10-r3.ebuild @@ -145,4 +145,6 @@ src_install() { insinto /usr/share/pixmaps doins frontends/gtk/res/netsurf.xpm + doman docs/netsurf-fb.1 + doman docs/netsurf-gtk.1 }
