diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-07-14 13:04:47 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-07-14 13:04:47 +0000 |
commit | 13e3e2dd0e580045211571bbd33e2ae77dce2f1c (patch) | |
tree | cf23d02dcee36d17000b2d90ac48ec3779d0482f /app-text/mecab | |
parent | use emake for install. change PDPEND to <app-dicts/mecab-ipadic-2.7.0.20060707. (diff) | |
download | gentoo-2-13e3e2dd0e580045211571bbd33e2ae77dce2f1c.tar.gz gentoo-2-13e3e2dd0e580045211571bbd33e2ae77dce2f1c.tar.bz2 gentoo-2-13e3e2dd0e580045211571bbd33e2ae77dce2f1c.zip |
use emake for install.
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'app-text/mecab')
-rw-r--r-- | app-text/mecab/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mecab/mecab-0.92.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog index db261e5f20dc..52966aa469d1 100644 --- a/app-text/mecab/ChangeLog +++ b/app-text/mecab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mecab # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.24 2006/07/14 13:02:38 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.25 2006/07/14 13:04:47 hattya Exp $ + + 14 Jul 2006; Akinori Hattori <hattya@gentoo.org> mecab-0.92.ebuild: + use emake for install. 14 Jul 2006; Akinori Hattori <hattya@gentoo.org> mecab-0.91.ebuild: use emake for install. change PDPEND to <app-dicts/mecab-ipadic-2.7.0.20060707. diff --git a/app-text/mecab/mecab-0.92.ebuild b/app-text/mecab/mecab-0.92.ebuild index ba7c3395f485..7c1af154b9d1 100644 --- a/app-text/mecab/mecab-0.92.ebuild +++ b/app-text/mecab/mecab-0.92.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.92.ebuild,v 1.1 2006/07/10 05:23:39 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.92.ebuild,v 1.2 2006/07/14 13:04:47 hattya Exp $ IUSE="unicode" DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer" HOMEPAGE="http://mecab.sourceforge.jp/" -#SRC_URI="http://prdownloads.sourceforge.jp/${PN}/20896/${P}.tar.gz" SRC_URI="mirror://sourceforge.jp/${PN}/20896/${P}.tar.gz" LICENSE="LGPL-2.1" @@ -29,7 +28,7 @@ src_compile() { src_install() { - make DESTDIR=${D} install || die + emake DESTDIR="${D}" install || die dodoc AUTHORS README || die dohtml doc/* || die |