View | Details | Raw Unified
Collapse All | Expand All

(-) man-pages-cs-0.17-r1.ebuild (-3 / +2 lines)
 Lines 17-28    Link Here 
S="${WORKDIR}/${P}.${MY_PV}" #not sure if this is the best approach.
S="${WORKDIR}/${P}.${MY_PV}" #not sure if this is the best approach.
src_compile() {
src_compile() {
	make latest || die "make latest failed"
	make DESTDIR="${D}" latest || die "make latest failed"
	make DESTDIR="${D}" || die "make DESTDIR failed"
}
}
src_install() {
src_install() {
	emake install DESTDIR="${D}" || die
	emake DESTDIR="${D}" install || die
	#make MANDIR="${D}"/usr/share/man/cs install || die
	#make MANDIR="${D}"/usr/share/man/cs install || die
	dodoc CONTRIB README*
	dodoc CONTRIB README*