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

Collapse All | Expand All

(-)xplanet-0.93.ebuild (-2 / +5 lines)
Lines 31-43 Link Here
31
                myconf="$myconf --with-x=no"
31
                myconf="$myconf --with-x=no"
32
        fi
32
        fi
33
33
34
        ./configure --prefix=/usr --with-freetype=no $myconf || die
34
        ./configure --prefix=/usr \
35
		--with-freetype=no \
36
		--mandir=/usr/share/man \
37
		$myconf || die
35
        # xplanet doesn't like to build parallel
38
        # xplanet doesn't like to build parallel
36
        # This fix taken from the gimp ebuild
39
        # This fix taken from the gimp ebuild
37
        make || die
40
        make || die
38
}
41
}
39
42
40
src_install () {
43
src_install () {
41
        make prefix=${D}/usr install || die
44
        make prefix=${D}/usr mandir=${D}/usr/share/man install || die
42
}
45
}
43
46

Return to bug 1280