summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/joe/joe-3.2.ebuild')
-rw-r--r--app-editors/joe/joe-3.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/joe/joe-3.2.ebuild b/app-editors/joe/joe-3.2.ebuild
index 890c572f282a..a286a78c3478 100644
--- a/app-editors/joe/joe-3.2.ebuild
+++ b/app-editors/joe/joe-3.2.ebuild
@@ -1,6 +1,6 @@
-# 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-editors/joe/joe-3.2.ebuild,v 1.10 2005/12/30 19:24:53 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.11 2006/04/06 13:02:40 vapier Exp $
inherit flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="alpha amd64 mips ppc ~ppc-macos ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm mips ppc ~ppc-macos ppc64 sparc x86"
IUSE=""
DEPEND=">=sys-libs/ncurses-5.2-r2"
@@ -18,7 +18,7 @@ PROVIDE="virtual/editor"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Fix bug #50271 (joe 3.0 documentation doesn't reflect new config file location)
sed -e 's:${prefix}/etc/joerc:@sysconfdir@/joe/joerc:' -i joerc.in
for i in jmacsrc.in jpicorc.in jstarrc.in rjoerc.in joe.1.in
@@ -36,7 +36,7 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die "make install failed"
+ make install DESTDIR="${D}" || die "make install failed"
dodoc ChangeLog HINTS INFO LIST NEWS README TODO
}