Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
BDEPEND="doc? ( app-doc/doxygen )"
src_compile() {
- emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland wayland "")
- use doc && emake doxygen
+ emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland wayland "") PREFIX=/usr libdir=/$(get_libdir)
+ use doc && emake doxygen PREFIX=/usr libdir=/$(get_libdir)
}
src_install() {
BDEPEND="doc? ( app-doc/doxygen )"
src_compile() {
- emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland wayland "")
- use doc && emake doxygen
+ emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland wayland "") PREFIX=/usr libdir=/$(get_libdir)
+ use doc && emake doxygen PREFIX=/usr libdir=/$(get_libdir)
}
src_install() {