summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-11 22:37:04 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-11 22:37:04 +0000
commite5e213e2d49ed039fd221ba80a3116001d05e8c7 (patch)
treefcf7cef511257e5b33a9d714728ef54ec1ca081f /app-text
parentNew package (diff)
downloadgentoo-2-e5e213e2d49ed039fd221ba80a3116001d05e8c7.tar.gz
gentoo-2-e5e213e2d49ed039fd221ba80a3116001d05e8c7.tar.bz2
gentoo-2-e5e213e2d49ed039fd221ba80a3116001d05e8c7.zip
small fix0rs
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ispell/ispell-3.2.06-r2.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-text/ispell/ispell-3.2.06-r2.ebuild b/app-text/ispell/ispell-3.2.06-r2.ebuild
index 164ee4222df0..4c9d01985a21 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.2 2002/07/11 12:33:37 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r2.ebuild,v 1.3 2002/07/11 22:37:04 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Ispell is a fast screen-oriented spelling checker"
@@ -25,8 +25,8 @@ src_unpack() {
src_compile() {
export TMPDIR=/tmp
+ addwrite ${TMPDIR}
make || die
- unset TMPDIR
}
src_install() {
@@ -48,6 +48,9 @@ src_install() {
make \
install || die "Installation Failed"
-
+
+ rmdir ${D}/usr/share/man/man5
+ rmdir ${D}/usr/share/info
+
dodoc Contributors README WISHES
}