--- a/munin-1.3.4-r2.ebuild 2009-10-10 11:09:33.000000000 -0400 +++ a/munin-1.3.4-r2.ebuild 2009-12-28 22:50:49.000000000 -0500 @@ -75,9 +75,12 @@ # Bug #276637, make munin-graph be terser. No more debug output unless # --debug is on. EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-1.3.4-terser-munin-graph.patch + # Bug #298528, Perl modules should go in vendor-dir + EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-1.3.4-Makefile-perlvendor.patch } src_compile() { + emake build build-man || die "build/build-man failed" if use doc; then emake build-doc || die "build-doc failed"