summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 22:37:27 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 22:37:27 +0000
commite34e99ff3a479e58cdd7c2d310dce7bbf8070e74 (patch)
tree670a0fb22c3de0ef56319a57f951909e0608d680 /app-text/hspell/hspell-0.6.ebuild
parentdigest (diff)
downloadgentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.gz
gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.bz2
gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.zip
whitespace cleanup
Diffstat (limited to 'app-text/hspell/hspell-0.6.ebuild')
-rw-r--r--app-text/hspell/hspell-0.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/hspell/hspell-0.6.ebuild b/app-text/hspell/hspell-0.6.ebuild
index a41a007edc3c..40da5a453f9c 100644
--- a/app-text/hspell/hspell-0.6.ebuild
+++ b/app-text/hspell/hspell-0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.6.ebuild,v 1.2 2003/08/15 18:42:33 coronalvr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.6.ebuild,v 1.3 2003/09/05 22:37:21 msterret Exp $
DESCRIPTION="A Hebrew spell checker"
HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/"
@@ -15,7 +15,7 @@ DEPEND=">=perl-5.6.1"
src_compile() {
mv Makefile Makefile.orig
sed -e "s:/usr/local:/usr:" Makefile.orig > Makefile
-
+
#emake b0rks build :/
make || die
}