Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
When building imapfilter-1.1.1 the man pages get installed into the wrong place, this is because a minor mistake in the ebuild. Change the following line in the ebuild: make DESTDIR="${D}/usr" install to: make DESTDIR="${D}/usr" -e MANDIR=${D}usr/share/man install That way the man pages get installed into gentoo's default man dir.
Fixed, thanks.