diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:33:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:33:08 +0000 |
commit | f3b298db60377cbb6da45d96d5e46ef0edf55928 (patch) | |
tree | 1a50557d362f78b1958b0d8ce062d1e52e1ffbff /net-dns/ndu | |
parent | fix gcc 3.4 fix so that it works with gcc 3.4.1 too (Manifest recommit) (diff) | |
download | gentoo-2-f3b298db60377cbb6da45d96d5e46ef0edf55928.tar.gz gentoo-2-f3b298db60377cbb6da45d96d5e46ef0edf55928.tar.bz2 gentoo-2-f3b298db60377cbb6da45d96d5e46ef0edf55928.zip |
don't assign default value to S
Diffstat (limited to 'net-dns/ndu')
-rw-r--r-- | net-dns/ndu/ndu-0.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-dns/ndu/ndu-0.4.ebuild b/net-dns/ndu/ndu-0.4.ebuild index 55877cd78d35..2d758e574ae6 100644 --- a/net-dns/ndu/ndu-0.4.ebuild +++ b/net-dns/ndu/ndu-0.4.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/ndu/ndu-0.4.ebuild,v 1.5 2004/07/01 22:12:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ndu-0.4.ebuild,v 1.6 2004/07/14 23:33:08 agriffis Exp $ DESCRIPTION="DNS serial number incrementer and reverse zone builder" URI_BASE="http://uranus.it.swin.edu.au/~jn/linux/" @@ -12,7 +12,6 @@ KEYWORDS="~x86" IUSE="" DEPEND="sys-apps/sed virtual/libc" RDEPEND="net-dns/bind virtual/libc" -S=${WORKDIR}/${P} src_compile() { cd ${S}/src |