summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 18:17:14 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 18:17:14 +0000
commit8fbb31b7b909dcab46d8b5c4695a4bce7470cff7 (patch)
treed7c367179c87e81ccbf2a4dcf1604e1576ba2155 /app-dicts/ispell-pt-br
parentReadded ~mips using -generic by default. (diff)
downloadhistorical-8fbb31b7b909dcab46d8b5c4695a4bce7470cff7.tar.gz
historical-8fbb31b7b909dcab46d8b5c4695a4bce7470cff7.tar.bz2
historical-8fbb31b7b909dcab46d8b5c4695a4bce7470cff7.zip
dont install stupid COPYING file
Diffstat (limited to 'app-dicts/ispell-pt-br')
-rw-r--r--app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild b/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild
index ab5768a04ff9..1cf66948d841 100644
--- a/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild
+++ b/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild,v 1.4 2004/03/14 00:50:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild,v 1.5 2004/05/31 18:17:13 vapier Exp $
inherit eutils
@@ -14,6 +14,7 @@ SRC_URI="http://www.ime.usp.br/~ueda/br.ispell/${MY_P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc x86 sparc alpha mips hppa"
+IUSE=""
DEPEND="app-text/ispell
sys-apps/gawk"
@@ -30,7 +31,7 @@ src_compile() {
make paradigmas
}
-src_install () {
+src_install() {
emake \
prefix=${D}usr \
VDIR=${D}/usr/share/dict \
@@ -38,11 +39,10 @@ src_install () {
MANDIR=${D}usr/share/man \
install || die
-
insinto /usr/lib/ispell
newins br.aff pt_BR.aff
newins br.hash pt_BR.hash
rm -f ${D}/usr/lib/ispell/br.*
- dodoc COPYING README
+ dodoc README
}