diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-04-13 19:11:19 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-04-13 19:11:19 +0000 |
commit | 261dcb070779a48b7a4a15077454ee1572c0e07f (patch) | |
tree | ee6148ecbdb1f3dc65a86e53dd03b599faa45e7f /app-mobilephone/esms | |
parent | Missing ~ppc keyword. (diff) | |
download | gentoo-2-261dcb070779a48b7a4a15077454ee1572c0e07f.tar.gz gentoo-2-261dcb070779a48b7a4a15077454ee1572c0e07f.tar.bz2 gentoo-2-261dcb070779a48b7a4a15077454ee1572c0e07f.zip |
quote $D
(Portage version: 2.0.54)
Diffstat (limited to 'app-mobilephone/esms')
-rw-r--r-- | app-mobilephone/esms/esms-0.9.5.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-mobilephone/esms/esms-0.9.5.ebuild b/app-mobilephone/esms/esms-0.9.5.ebuild index f243d8525a97..e45915621960 100644 --- a/app-mobilephone/esms/esms-0.9.5.ebuild +++ b/app-mobilephone/esms/esms-0.9.5.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/esms/esms-0.9.5.ebuild,v 1.1 2005/05/15 19:06:59 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/esms/esms-0.9.5.ebuild,v 1.2 2006/04/13 19:11:19 mrness Exp $ DESCRIPTION="A small console program to send SMS messages to Spanish cellular phones" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://esms.sourceforge.net" -KEYWORDS="x86 sparc ppc" + +KEYWORDS="ppc sparc x86" IUSE="" LICENSE="GPL-2" SLOT="0" @@ -22,5 +23,5 @@ src_compile() { } src_install () { - make DESTDIR=${D} install || die "install failed" + make DESTDIR="${D}" install || die "install failed" } |