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 | 7a95590e5963c00549dfe478e9d88d7164b90f8c (patch) | |
tree | 2626da9076abeb7b8da199747220faef70a97d96 /net-dns/ndu | |
parent | fix gcc 3.4 fix so that it works with gcc 3.4.1 too (diff) | |
download | historical-7a95590e5963c00549dfe478e9d88d7164b90f8c.tar.gz historical-7a95590e5963c00549dfe478e9d88d7164b90f8c.tar.bz2 historical-7a95590e5963c00549dfe478e9d88d7164b90f8c.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 |