summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/ispell-no/ispell-no-2.0.ebuild')
-rw-r--r--app-dicts/ispell-no/ispell-no-2.0.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/app-dicts/ispell-no/ispell-no-2.0.ebuild b/app-dicts/ispell-no/ispell-no-2.0.ebuild
index 4299e435add5..57e1edaf45f8 100644
--- a/app-dicts/ispell-no/ispell-no-2.0.ebuild
+++ b/app-dicts/ispell-no/ispell-no-2.0.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ispell-no-2.0.ebuild,v 1.1 2005/09/20 19:00:27 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ispell-no-2.0.ebuild,v 1.2 2008/09/15 16:35:02 pva Exp $
MY_P="norsk-${PV}"
-S="${WORKDIR}/norsk"
DESCRIPTION="A Norwegian dictionary for ispell"
SRC_URI="http://www.uio.no/~runekl/ispell-${MY_P}.tar.gz"
HOMEPAGE="http://www.stanford.edu/services/pubsw/package/dicts/norsk.html"
@@ -15,11 +14,14 @@ KEYWORDS="~x86 ~amd64"
DEPEND="app-text/ispell"
+S=${WORKDIR}/norsk
+
src_compile() {
- make BUILDHASH="/usr/bin/buildhash" all || die
+ export LC_ALL=C #227055
+ make BUILDHASH="/usr/bin/buildhash" all || die
}
src_install () {
insinto /usr/lib/ispell
- doins norsk.aff norsk.hash norsk.munch.hash nynorsk.aff nynorsk.hash
+ doins norsk.{aff,hash,munch.hash} nynorsk.{aff,hash} || die
}