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

(-)bluefish-0.7-r1.ebuild (-1 / +2 lines)
Lines 21-26 Link Here
21
	
21
	
22
	./configure --prefix=/usr \
22
	./configure --prefix=/usr \
23
		--host=${CHOST} \
23
		--host=${CHOST} \
24
		--mandir=/usr/share/man \
24
		--with-autocomplet \
25
		--with-autocomplet \
25
		${myconf} || die
26
		${myconf} || die
26
		
27
		
Lines 39-45 Link Here
39
			$f.orig > $f
40
			$f.orig > $f
40
	done
41
	done
41
42
42
	make DESTDIR=${D} install || die
43
	make DESTDIR=${D} mandir=${D}/usr/share/man install || die
43
    dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO
44
    dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO
44
	mv manual ${D}usr/share/doc/${PF}
45
	mv manual ${D}usr/share/doc/${PF}
45
}
46
}

Return to bug 1280