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

(-)gtkdiff-1.8.0-r1.ebuild (-2 / +9 lines)
Lines 17-29 Link Here
17
17
18
	use nls || myconf=" --disable-nls"
18
	use nls || myconf=" --disable-nls"
19
19
20
	./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc ${myconf} || die
20
	./configure --host=${CHOST} \
21
		--prefix=/usr \
22
		--mandir=/usr/share/man \
23
		--sysconfdir=/etc \
24
		${myconf} || die
21
25
22
	emake || die
26
	emake || die
23
}
27
}
24
28
25
src_install () {
29
src_install () {
26
	make prefix=${D}/usr sysconfdir=${D}/etc install || die
30
	make prefix=${D}/usr \
31
		mandir=${D}/usr/share/man \
32
		sysconfdir=${D}/etc \
33
		install || die
27
34
28
	dodoc AUTHORS COPYING ChangeLog NEWS README TODO 
35
	dodoc AUTHORS COPYING ChangeLog NEWS README TODO 
29
}
36
}

Return to bug 1280