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

(-)dialog-0.7.ebuild (-1 / +7 lines)
Lines 11-18 Link Here
11
DEPEND=">=sys-apps/bash-2.04-r3
11
DEPEND=">=sys-apps/bash-2.04-r3
12
	>=sys-libs/ncurses-5.2"
12
	>=sys-libs/ncurses-5.2"
13
13
14
src_unpack () {
15
	unpack ${A}
16
	cd ${WORKDIR}
17
	patch -p0 ${P}/Makefile <${FILESDIR}/${P}-r1-gentoo.patch
18
}
19
14
src_install () {
20
src_install () {
15
	make DESTDIR=${D} install || die
21
	make DESTDIR=${D} install || die
16
17
	dodoc AUTHORS COPYING ChangeLog README 
22
	dodoc AUTHORS COPYING ChangeLog README 
23
	doman dialog.1
18
}
24
}

Return to bug 1280