diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-07 11:57:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-07 11:57:21 +0000 |
commit | bc03447002853e47632ce660036fe978d7c8cfd7 (patch) | |
tree | b397d65b5469e35ca716a9b8cddb3c3fb0fb9498 /x11-misc/icon-naming-utils | |
parent | Handle NetBSD CHOST and properly check for x86 for other BSDs (diff) | |
download | gentoo-2-bc03447002853e47632ce660036fe978d7c8cfd7.tar.gz gentoo-2-bc03447002853e47632ce660036fe978d7c8cfd7.tar.bz2 gentoo-2-bc03447002853e47632ce660036fe978d7c8cfd7.zip |
arm/ia64/sh stable
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'x11-misc/icon-naming-utils')
-rw-r--r-- | x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild | 8 |
1 files changed, 4 insertions, 4 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 73ff6e756764..08ac1f88e10e 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,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.9 2006/12/21 12:29:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/icon-naming-utils-0.8.1.ebuild,v 1.10 2007/01/07 11:57:21 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" HOMEPAGE="http://tango-project.org/" @@ -8,7 +8,7 @@ SRC_URI="http://tango-project.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-perl/XML-Simple-2 @@ -16,6 +16,6 @@ RDEPEND=">=dev-perl/XML-Simple-2 DEPEND="${RDEPEND}" src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README } |