summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Hill <hillster@gentoo.org>2003-10-09 02:19:35 +0000
committerJoel Hill <hillster@gentoo.org>2003-10-09 02:19:35 +0000
commit18c66b1f958e344f25c4038a3d115919c9bffeaa (patch)
treec06cac3853d1c53d1471650a03878ed30a277779 /app-misc/nomad-tool/nomad-tool-1.3.ebuild
parentmarking stable (diff)
downloadgentoo-2-18c66b1f958e344f25c4038a3d115919c9bffeaa.tar.gz
gentoo-2-18c66b1f958e344f25c4038a3d115919c9bffeaa.tar.bz2
gentoo-2-18c66b1f958e344f25c4038a3d115919c9bffeaa.zip
marking stable
Diffstat (limited to 'app-misc/nomad-tool/nomad-tool-1.3.ebuild')
-rw-r--r--app-misc/nomad-tool/nomad-tool-1.3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-misc/nomad-tool/nomad-tool-1.3.ebuild b/app-misc/nomad-tool/nomad-tool-1.3.ebuild
index 337c070d2e25..4fd6dbf3709f 100644
--- a/app-misc/nomad-tool/nomad-tool-1.3.ebuild
+++ b/app-misc/nomad-tool/nomad-tool-1.3.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/nomad-tool-1.3.ebuild,v 1.2 2003/09/05 12:10:36 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/nomad-tool-1.3.ebuild,v 1.3 2003/10/09 02:19:30 hillster Exp $
DESCRIPTION="Controls the Nomad II MG and IIc portable MP3 players"
HOMEPAGE="http://www.swiss.ai.mit.edu/~cph/nomad.php"
SRC_URI="http://www.swiss.ai.mit.edu/~cph/nomad/${P}.tar.gz"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
LICENSE="GPL-2"
IUSE=""
@@ -19,7 +19,7 @@ src_unpack() {
src_compile() {
cd ${WORKDIR}
- make PREFIX="/usr" || die
+ make PREFIX="/usr" || die "compile failed"
}
src_install() {
@@ -32,4 +32,3 @@ src_install() {
pkg_postinst() {
chmod 4755 /usr/lib/nomad-open
}
-