diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-08-07 03:05:26 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-08-07 03:05:26 +0000 |
commit | a80d2a2a206c5a4f8b4bf4f11e35cbb0233a36e3 (patch) | |
tree | 86e409c6d687e816dd7aa03f90838fa5d8d34efc /net-dns | |
parent | Updated the wmfpo patch for 0.80.1. Added to the gentoo patch to (diff) | |
download | gentoo-2-a80d2a2a206c5a4f8b4bf4f11e35cbb0233a36e3.tar.gz gentoo-2-a80d2a2a206c5a4f8b4bf4f11e35cbb0233a36e3.tar.bz2 gentoo-2-a80d2a2a206c5a4f8b4bf4f11e35cbb0233a36e3.zip |
typos... otherwise this masked version works for me :)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.2.1-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/bind/bind-9.2.1-r2.ebuild b/net-dns/bind/bind-9.2.1-r2.ebuild index 849f3b1112fc..7f4fd3b1498a 100644 --- a/net-dns/bind/bind-9.2.1-r2.ebuild +++ b/net-dns/bind/bind-9.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r2.ebuild,v 1.3 2002/08/06 14:33:29 nitro Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r2.ebuild,v 1.4 2002/08/07 03:05:26 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="BIND - Name Server" @@ -23,12 +23,12 @@ src_compile() { use ipv6 && myconf="${myconf} --enable-ipv6" ./configure \ - --prefix=/usr \ - --host=${CHOST} \ + --prefix=/usr \ + --host=${CHOST} \ --sysconfdir=/etc/bind \ --localstatedir=/var \ --enable-threads \ - --with-libtool \ + --with-libtool \ ${myconf} || die "failed to configure bind" make || die "failed to compile bind" |