summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-10 00:03:36 +0000
committerMike Frysinger <vapier@gentoo.org>2006-09-10 00:03:36 +0000
commitd3265f3ca8beb9b13a95785421c525d059f6cb79 (patch)
tree16458cb20681d65a6fbbb06377c89382963c0146 /x11-misc/icon-naming-utils
parentarm/s390/sh stable (diff)
downloadgentoo-2-d3265f3ca8beb9b13a95785421c525d059f6cb79.tar.gz
gentoo-2-d3265f3ca8beb9b13a95785421c525d059f6cb79.tar.bz2
gentoo-2-d3265f3ca8beb9b13a95785421c525d059f6cb79.zip
arm/sh stable
(Portage version: 2.1.1_rc1-r6)
Diffstat (limited to 'x11-misc/icon-naming-utils')
-rw-r--r--x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild
index fc5eb73be735..3b999eadee27 100644
--- a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild
+++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild
@@ -1,22 +1,21 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild,v 1.1 2006/09/07 04:26:52 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild,v 1.2 2006/09/10 00:03:36 vapier Exp $
-DESCRIPTION="Utilities to help with the transition to the new freedesktop.org naming scheme, they will map the new names to the legacy names used by the GNOME and KDE desktops."
+DESCRIPTION="Utilities to help with the transition to the new freedesktop.org naming scheme, they will map the new names to the legacy names used by the GNOME and KDE desktops"
HOMEPAGE="http://tango-project.org/"
SRC_URI="http://tango-project.org/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ppc ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ppc ppc64 sh ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-perl/XML-Simple-2
dev-lang/perl"
-
DEPEND="${RDEPEND}"
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README
}