summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/mecab/mecab-0.76.ebuild')
-rw-r--r--app-text/mecab/mecab-0.76.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-text/mecab/mecab-0.76.ebuild b/app-text/mecab/mecab-0.76.ebuild
index 8928cf2701cf..b20ad67c409f 100644
--- a/app-text/mecab/mecab-0.76.ebuild
+++ b/app-text/mecab/mecab-0.76.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.76.ebuild,v 1.1 2003/08/17 06:47:27 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.76.ebuild,v 1.2 2004/03/12 08:47:42 mr_bones_ Exp $
MY_IPADIC="ipadic-2.5.1"
DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer"
@@ -16,8 +16,6 @@ IUSE=""
DEPEND="virtual/glibc
dev-lang/perl"
-S="${WORKDIR}/${P}"
-
src_compile() {
ln -s ${WORKDIR}/${MY_IPADIC} dic/${MY_IPADIC}
econf || die