diff options
Diffstat (limited to 'app-dicts/wordnet/wordnet-3.0.ebuild')
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-dicts/wordnet/wordnet-3.0.ebuild b/app-dicts/wordnet/wordnet-3.0.ebuild index 2706105ca21a..6a17fc80aca7 100644 --- a/app-dicts/wordnet/wordnet-3.0.ebuild +++ b/app-dicts/wordnet/wordnet-3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0.ebuild,v 1.2 2007/10/22 16:42:18 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0.ebuild,v 1.3 2008/09/12 19:36:30 pva Exp $ inherit flag-o-matic autotools @@ -48,13 +48,11 @@ src_compile() { WN_MANDIR="${T}/usr/share/man" \ WN_DOCDIR="${T}/usr/share/doc/wordnet-${PV}" \ WNHOME="/usr/share/wordnet" \ - econf || die "econf failed" + econf emake || die "emake Failed" } src_install() { emake install DESTDIR="${D}" || die "install failed" - - # We don't install COPYING because it's identical to LICENSE - dodoc AUTHORS ChangeLog INSTALL LICENSE README || die "dodoc failed" + dodoc AUTHORS ChangeLog INSTALL README || die "dodoc failed" } |