diff options
Diffstat (limited to 'app-dicts/ispell-fi/ispell-fi-20000903.ebuild')
-rw-r--r-- | app-dicts/ispell-fi/ispell-fi-20000903.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-dicts/ispell-fi/ispell-fi-20000903.ebuild b/app-dicts/ispell-fi/ispell-fi-20000903.ebuild index 3b5c53a164c4..46ac622e745a 100644 --- a/app-dicts/ispell-fi/ispell-fi-20000903.ebuild +++ b/app-dicts/ispell-fi/ispell-fi-20000903.ebuild @@ -1,6 +1,6 @@ -# 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-fi/ispell-fi-20000903.ebuild,v 1.12 2005/01/01 12:53:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild,v 1.13 2008/11/01 09:16:28 pva Exp $ DESCRIPTION="Finnish dictionary for ispell" HOMEPAGE="http://ispell-fi.sourceforge.net/" @@ -16,7 +16,7 @@ DEPEND="app-text/ispell app-arch/bzip2" RDEPEND="app-text/ispell" -S="${WORKDIR}" +S=${WORKDIR} src_compile() { buildhash finnish.dict finnish.medium.aff finnish.hash @@ -24,5 +24,5 @@ src_compile() { src_install() { insinto /usr/lib/ispell - doins finnish.medium.aff finnish.hash + doins finnish.medium.aff finnish.hash || die } |