diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-01 09:16:28 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-01 09:16:28 +0000 |
commit | e82d1591490f7c2e4fc5c84c2d7cc801101fb725 (patch) | |
tree | 33ae160f3f7e686afe6c2e8e9e4d2ab810be6d12 /app-dicts/ispell-fi/ispell-fi-20000903.ebuild | |
parent | Keyword for amd64. (diff) | |
download | gentoo-2-e82d1591490f7c2e4fc5c84c2d7cc801101fb725.tar.gz gentoo-2-e82d1591490f7c2e4fc5c84c2d7cc801101fb725.tar.bz2 gentoo-2-e82d1591490f7c2e4fc5c84c2d7cc801101fb725.zip |
Small cleanups.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
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 } |