diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:37:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:37:33 +0000 |
commit | 0b1a7ce35a75aab3fc93f725b5330be189f47178 (patch) | |
tree | 01795e578cbf73b6e8ecdd861c1607616fe12368 /net-dns/pdns/pdns-2.9.8.ebuild | |
parent | ver bump #57056 (Manifest recommit) (diff) | |
download | gentoo-2-0b1a7ce35a75aab3fc93f725b5330be189f47178.tar.gz gentoo-2-0b1a7ce35a75aab3fc93f725b5330be189f47178.tar.bz2 gentoo-2-0b1a7ce35a75aab3fc93f725b5330be189f47178.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-dns/pdns/pdns-2.9.8.ebuild')
-rw-r--r-- | net-dns/pdns/pdns-2.9.8.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-dns/pdns/pdns-2.9.8.ebuild b/net-dns/pdns/pdns-2.9.8.ebuild index 45495e2e6060..53d1da84921b 100644 --- a/net-dns/pdns/pdns-2.9.8.ebuild +++ b/net-dns/pdns/pdns-2.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.8.ebuild,v 1.7 2004/07/01 22:13:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.8.ebuild,v 1.8 2004/07/14 23:37:33 agriffis Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -15,8 +15,6 @@ DEPEND="virtual/libc RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} - src_compile() { local myconf="" local modules="" |