diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-07-16 05:18:46 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-07-16 05:18:46 +0000 |
commit | 6a85e35572652d556b6af54454d9b2b9abbb20c5 (patch) | |
tree | c9821b709bd81164e91b7691fb0a550e9f5079dd /net-misc | |
parent | keywords fixes (diff) | |
download | gentoo-2-6a85e35572652d556b6af54454d9b2b9abbb20c5.tar.gz gentoo-2-6a85e35572652d556b6af54454d9b2b9abbb20c5.tar.bz2 gentoo-2-6a85e35572652d556b6af54454d9b2b9abbb20c5.zip |
fix keywords, sparc please check
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild index 1ac7ba48161a..c383b343f18d 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.9 2002/07/16 04:54:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.10 2002/07/16 05:18:46 lostlogic Exp $ MYV=1.3.20-pl0 S=${WORKDIR}/${PN}-${MYV} @@ -13,9 +13,7 @@ KEYWORDS="x86 ppc" LICENSE="GPL-2" src_compile() { - econf \ - --sysconfdir=/etc \ - --sbindir=/sbin || die + ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --sbindir=/sbin --host=${CHOST} || die make || die } |