summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-08-07 03:05:26 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-08-07 03:05:26 +0000
commita8c60affdb847e39ff840a60be65872cfc8126f8 (patch)
tree24e0aa8aadfb269050acbf7cdb8338e891616a8c /net-dns
parentUpdated the wmfpo patch for 0.80.1. Added to the gentoo patch to (diff)
downloadhistorical-a8c60affdb847e39ff840a60be65872cfc8126f8.tar.gz
historical-a8c60affdb847e39ff840a60be65872cfc8126f8.tar.bz2
historical-a8c60affdb847e39ff840a60be65872cfc8126f8.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.ebuild8
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"