summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild')
-rw-r--r--app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild b/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild
index bb7677afe71b..4c2de915dc8e 100644
--- a/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild
+++ b/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild,v 1.4 2007/07/15 02:57:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild,v 1.5 2008/02/19 01:19:27 ingmar Exp $
inherit kde
DESCRIPTION="KMobiletools is a KDE-based application that allows to control mobile phones with your PC."
-SRC_URI="http://download.berlios.de/kmobiletools/kmobiletools-${PV}.tar.bz2"
+SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.kmobiletools.org/"
LICENSE="GPL-2"
@@ -25,6 +25,6 @@ src_install() {
dodir /usr/share/applications/kde
# Move the .desktop file in FDO's defined directory
- mv ${D}/usr/share/applnk/Utilities/kmobiletools.desktop \
- ${D}/usr/share/applications/kde
+ mv "${D}"/usr/share/applnk/Utilities/kmobiletools.desktop \
+ "${D}"/usr/share/applications/kde || die "Moving kmobiletools.desktop failed."
}