diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
commit | e06e7af770763e37bfa65376dce5d6950538ae54 (patch) | |
tree | 050b3b20e1c8879c2210d026494d7181c37f6d09 /app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.gz gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.bz2 gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild')
-rw-r--r-- | app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 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 87e07fce87b2..5f4dd13a47c8 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-2003 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.1 2003/06/13 13:12:56 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild,v 1.2 2003/09/06 22:15:57 msterret Exp $ inherit eutils @@ -37,12 +37,12 @@ src_install () { HASHDIR=${D}usr/lib/ispell \ 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 } |