Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 297134 | Differences between
and this patch

Collapse All | Expand All

(-)a/rrdtool-1.3.8.ebuild (-5 / +3 lines)
Lines 48-68 Link Here
48
		$(use_enable ruby) \
48
		$(use_enable ruby) \
49
		$(use_enable ruby ruby-site-install) \
49
		$(use_enable ruby ruby-site-install) \
50
		$(use_enable perl) \
50
		$(use_enable perl) \
51
		$(use_enable perl perl-site-install) \
52
		$(use_enable tcl) \
51
		$(use_enable tcl) \
53
		$(use_with tcl tcllib /usr/$(get_libdir)) \
52
		$(use_with tcl tcllib /usr/$(get_libdir)) \
54
		$(use_enable python)
53
		$(use_enable python) \
54
		--with-perl-options=INSTALLDIRS=vendor
55
}
55
}
56
56
57
src_install() {
57
src_install() {
58
	emake DESTDIR="${D}" install || die "make install failed"
59
60
	if ! use doc ; then
58
	if ! use doc ; then
61
		rm -rf "${D}"/usr/share/doc/${PF}/{html,txt}
59
		rm -rf "${D}"/usr/share/doc/${PF}/{html,txt}
62
	fi
60
	fi
63
61
62
	emake DESTDIR="${D}" install || die "make install failed"
64
	use perl && fixlocalpod
63
	use perl && fixlocalpod
65
66
	dodoc CHANGES CONTRIBUTORS NEWS README THREADS TODO
64
	dodoc CHANGES CONTRIBUTORS NEWS README THREADS TODO
67
}
65
}
68
66

Return to bug 297134