summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-05 21:11:42 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-05 21:11:42 +0000
commit6af7e80de27a5cc77a51eb0e25472826a6b9c1cc (patch)
tree7bce91e48165b3dbaa495738f41b8ff394b7d441
parentAdded accessor methods for current vm, java-pkg_get-current-vm. Added metho,d... (diff)
downloadgentoo-2-6af7e80de27a5cc77a51eb0e25472826a6b9c1cc.tar.gz
gentoo-2-6af7e80de27a5cc77a51eb0e25472826a6b9c1cc.tar.bz2
gentoo-2-6af7e80de27a5cc77a51eb0e25472826a6b9c1cc.zip
some more minor touchups
(Portage version: 2.1.1_pre4)
-rw-r--r--app-text/hunspell/hunspell-1.1.4-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/hunspell/hunspell-1.1.4-r1.ebuild b/app-text/hunspell/hunspell-1.1.4-r1.ebuild
index 89dd3b0d2567..a8199361886a 100644
--- a/app-text/hunspell/hunspell-1.1.4-r1.ebuild
+++ b/app-text/hunspell/hunspell-1.1.4-r1.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.9 2006/08/05 21:09:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.10 2006/08/05 21:11:42 vapier Exp $
inherit fixheadtails eutils multilib autotools
DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in OOo"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://hunspell.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses readline"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
DEPEND="readline? ( sys-libs/readline )
ncurses? ( sys-libs/ncurses )
@@ -60,7 +60,7 @@ src_test() {
}
src_install() {
- make DESTDIR=${D} install || die "make install failed"
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
# hunspell is derived from myspell
dodoc AUTHORS.myspell README.myspell license.myspell