summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/ispell')
-rw-r--r--app-text/ispell/ispell-3.2.06-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/ispell/ispell-3.2.06-r2.ebuild b/app-text/ispell/ispell-3.2.06-r2.ebuild
index 2c604b039858..164ee4222df0 100644
--- a/app-text/ispell/ispell-3.2.06-r2.ebuild
+++ b/app-text/ispell/ispell-3.2.06-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r2.ebuild,v 1.1 2002/07/11 09:04:06 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r2.ebuild,v 1.2 2002/07/11 12:33:37 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Ispell is a fast screen-oriented spelling checker"
@@ -24,8 +24,9 @@ src_unpack() {
}
src_compile() {
-
+ export TMPDIR=/tmp
make || die
+ unset TMPDIR
}
src_install() {