summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 00:12:26 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 00:12:26 +0000
commit407d3f3b25bd4f01bcff9d04272b52813285c71f (patch)
tree62abfefa28ff5b79a3e4ef24bdcf2883bd4af845 /net-dns/ldapdns/ldapdns-2.03.ebuild
parentrepoman: trim trailing whitespace (diff)
downloadgentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.gz
gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.bz2
gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.zip
repoman: trim trailing whitespace
Diffstat (limited to 'net-dns/ldapdns/ldapdns-2.03.ebuild')
-rw-r--r--net-dns/ldapdns/ldapdns-2.03.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/ldapdns/ldapdns-2.03.ebuild b/net-dns/ldapdns/ldapdns-2.03.ebuild
index f6f61eddfd8b..a4ad6e5da2da 100644
--- a/net-dns/ldapdns/ldapdns-2.03.ebuild
+++ b/net-dns/ldapdns/ldapdns-2.03.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.03.ebuild,v 1.3 2003/07/13 11:40:19 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.03.ebuild,v 1.4 2003/09/07 00:09:56 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A tiny, fast authoritative nameserver that queries LDAP and can be updated instantly"
@@ -22,14 +22,14 @@ src_compile() {
local myconf="--prefix=/usr "
cd ${S}
- ./configure ${myconf}
+ ./configure ${myconf}
emake || die "Compilation failed"
}
src_install() {
einstall || die "Installation failed"
-
+
dodoc AUTHORS CHANGELOG FAQ INSTALL COPYING NEWS README* TODO
}