Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 281323
Collapse All | Expand All

(-)/usr/portage/net-misc/putty/putty-0.60.ebuild (-3 / +3 lines)
Lines 28-34 Link Here
28
	use gtk  && append-flags '`gtk-config --cflags`'
28
	use gtk  && append-flags '`gtk-config --cflags`'
29
29
30
	emake -f Makefile.gtk ${ptargets:-all} CC="$(tc-getCC)" \
30
	emake -f Makefile.gtk ${ptargets:-all} CC="$(tc-getCC)" \
31
		CFLAGS="${CFLAGS}"
31
		CFLAGS="${CFLAGS}" || die ""
32
}
32
}
33
33
34
src_install() {
34
src_install() {
Lines 39-46 Link Here
39
	doman puttygen.1 plink.1
39
	doman puttygen.1 plink.1
40
40
41
	cd "${S}"/unix
41
	cd "${S}"/unix
42
	use gtk && dobin pterm putty puttytel
42
	use gtk && ( dobin pterm putty puttytel || die "" )
43
	dobin puttygen plink pscp psftp
43
	dobin puttygen plink pscp psftp || die "" 
44
44
45
	cd "${S}"
45
	cd "${S}"
46
	dodoc README CHECKLST.txt LATEST.VER
46
	dodoc README CHECKLST.txt LATEST.VER

Return to bug 281323