summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/ipadic/ipadic-2.6.1.ebuild')
-rw-r--r--app-dicts/ipadic/ipadic-2.6.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-dicts/ipadic/ipadic-2.6.1.ebuild b/app-dicts/ipadic/ipadic-2.6.1.ebuild
index 8a8727fa16ed..01a21be350bc 100644
--- a/app-dicts/ipadic/ipadic-2.6.1.ebuild
+++ b/app-dicts/ipadic/ipadic-2.6.1.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/ipadic/ipadic-2.6.1.ebuild,v 1.1 2003/08/03 04:01:28 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.2 2003/10/01 09:44:33 aliz Exp $
DESCRIPTION="Japanese dictionary for ChaSen"
HOMEPAGE="http://chasen.aist-nara.ac.jp/"
@@ -15,8 +15,7 @@ DEPEND=">=app-text/chasen-2.3.2"
S="${WORKDIR}/${P}"
src_compile() {
- cp Makefile.in ${T}/Makefile.in
- sed -e "/^install-data-am:/s/install-data-local//" < ${T}/Makefile.in > Makefile.in
+ sed -i -e "/^install-data-am:/s/install-data-local//" Makefile.in
econf || die
make || die
}