summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/dictd-wn/dictd-wn-2.0.ebuild')
-rw-r--r--app-dicts/dictd-wn/dictd-wn-2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild b/app-dicts/dictd-wn/dictd-wn-2.0.ebuild
index 25abaa436c61..e00fe8dfae6c 100644
--- a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild
+++ b/app-dicts/dictd-wn/dictd-wn-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/dictd-wn-2.0.ebuild,v 1.2 2004/07/25 14:59:51 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/dictd-wn-2.0.ebuild,v 1.3 2004/07/26 00:46:09 mr_bones_ Exp $
MY_P=${P/td/t}
DESCRIPTION="WordNet for dict"
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
src_compile() {
# don't use econf, configure script is broken
- ./configure || die "configure failed"
+ ./configure || die "configure failed"
emake || die "compile failed"
emake db || die "compile database failed"
}