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

(-)nfs-utils-1.0.7-r2.ebuild (-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/net-fs/nfs-utils/nfs-utils-1.0.7-r2.ebuild,v 1.1 2005/10/08 20:34:06 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.7-r2.ebuild,v 1.1 2005/10/08 20:34:06 vapier Exp $
4
4
5
inherit gnuconfig eutils flag-o-matic
5
inherit gnuconfig eutils flag-o-matic toolchain-funcs
6
6
7
DESCRIPTION="NFS client and server daemons"
7
DESCRIPTION="NFS client and server daemons"
8
HOMEPAGE="http://nfs.sourceforge.net/"
8
HOMEPAGE="http://nfs.sourceforge.net/"
Lines 46-51 Link Here
46
}
46
}
47
47
48
src_compile() {
48
src_compile() {
49
	tc-export CC CXX CPP LD AR RANLIB
50
49
	econf \
51
	econf \
50
		--mandir=/usr/share/man \
52
		--mandir=/usr/share/man \
51
		--with-statedir=/var/lib/nfs \
53
		--with-statedir=/var/lib/nfs \

Return to bug 112794