The ebuild just needs to override the path that upstream provided.
Reproducible: Always
Steps to Reproduce:
1.emerge iproute2
2.
3.
Actual Results:
manpages are installed to /share/man
Expected Results:
manpages are installed to /usr/share/man
--- iproute2-2.6.26.ebuild.old 2008-08-17 10:28:32.000000000 -0400
+++ iproute2-2.6.26.ebuild 2008-08-19 17:43:15.000000000 -0400
@@ -84,6 +84,7 @@
DESTDIR="${D}" \
SBINDIR=/sbin \
DOCDIR=/usr/share/doc/${PF} \
+ MANDIR=/usr/share/man \
install \
|| die "make install failed"
if use berkdb ; then