Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138106 | Differences between
and this patch

Collapse All | Expand All

(-)pinfo-0.6.9.ebuild.orig (-1 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild,v 1.1 2006/06/23 12:46:43 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild,v 1.1 2006/06/23 12:46:43 jer Exp $
4
4
5
inherit eutils
5
inherit autotools eutils
6
6
7
DESCRIPTION="Hypertext info and man viewer based on (n)curses"
7
DESCRIPTION="Hypertext info and man viewer based on (n)curses"
8
HOMEPAGE="http:/pinfo.alioth.debian.org"
8
HOMEPAGE="http:/pinfo.alioth.debian.org"
Lines 25-30 Link Here
25
	cd ${S}
25
	cd ${S}
26
26
27
	epatch ${FILESDIR}/${P}-FTPVIEWER.patch
27
	epatch ${FILESDIR}/${P}-FTPVIEWER.patch
28
	epatch ${FILESDIR}/${P}-as-needed.patch
29
	AT_M4DIR="${S}/macros" eautoreconf
28
}
30
}
29
31
30
src_compile() {
32
src_compile() {

Return to bug 138106