summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-04-01 10:39:00 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-04-01 10:39:00 +0000
commit0bddd0adee2e166a6fd5183304bf333fbd4a1ecb (patch)
treec667d49f1c85701c07dcd6db1c85c1ea4ad0991f /net-dns/updatedd/updatedd-2.5.ebuild
parentMoved eautoreconf call to src_unpack(); some minor random QA. (diff)
downloadhistorical-0bddd0adee2e166a6fd5183304bf333fbd4a1ecb.tar.gz
historical-0bddd0adee2e166a6fd5183304bf333fbd4a1ecb.tar.bz2
historical-0bddd0adee2e166a6fd5183304bf333fbd4a1ecb.zip
QA fixes
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-dns/updatedd/updatedd-2.5.ebuild')
-rw-r--r--net-dns/updatedd/updatedd-2.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/updatedd/updatedd-2.5.ebuild b/net-dns/updatedd/updatedd-2.5.ebuild
index 78660e6798bf..11e70c268594 100644
--- a/net-dns/updatedd/updatedd-2.5.ebuild
+++ b/net-dns/updatedd/updatedd-2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v 1.4 2006/11/23 21:00:00 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v 1.5 2008/04/01 10:39:00 dragonheart Exp $
DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
HOMEPAGE="http://updatedd.philipp-benner.de/"
@@ -14,7 +14,7 @@ IUSE=""
RDEPEND="virtual/libc"
src_install() {
- emake DESTDIR=${D} install || die
- mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF}
+ emake DESTDIR="${D}" install || die
+ mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
dodoc AUTHORS
}