diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:26:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:26:09 +0000 |
commit | 3d4d89dcfe350bf188193fd603bcb4a47f2aeb5f (patch) | |
tree | a263d5db556133e02212acc81a5d7238a51888bf /net-dns/ldapdns/ldapdns-2.04.ebuild | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-3d4d89dcfe350bf188193fd603bcb4a47f2aeb5f.tar.gz gentoo-2-3d4d89dcfe350bf188193fd603bcb4a47f2aeb5f.tar.bz2 gentoo-2-3d4d89dcfe350bf188193fd603bcb4a47f2aeb5f.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'net-dns/ldapdns/ldapdns-2.04.ebuild')
-rw-r--r-- | net-dns/ldapdns/ldapdns-2.04.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-dns/ldapdns/ldapdns-2.04.ebuild b/net-dns/ldapdns/ldapdns-2.04.ebuild index 1932e105d86f..6a9f143db1bf 100644 --- a/net-dns/ldapdns/ldapdns-2.04.ebuild +++ b/net-dns/ldapdns/ldapdns-2.04.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.04.ebuild,v 1.7 2004/07/01 22:12:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.04.ebuild,v 1.8 2004/07/14 23:26:09 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A tiny, fast authoritative nameserver that queries LDAP and can be updated instantly" SRC_URI="http://www.nimh.org/dl/${P}.tar.gz" HOMEPAGE="http://www.nimh.org/code/ldapdns/" @@ -44,4 +43,3 @@ pkg_postinst() { einfo "Read the readme.configure and use ldapdns-conf to setup" } - |