diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 00:46:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 00:46:09 +0000 |
commit | 5b06efd60b1205019d08a4bd34adae8a5603ace5 (patch) | |
tree | 3610f5e7d77b6ecddce784792dd0bdb683b8e1f6 /app-dicts | |
parent | updating to 1.8.3-r1 doesnt fix you if you already have 1.8.3 (Manifest recom... (diff) | |
download | gentoo-2-5b06efd60b1205019d08a4bd34adae8a5603ace5.tar.gz gentoo-2-5b06efd60b1205019d08a4bd34adae8a5603ace5.tar.bz2 gentoo-2-5b06efd60b1205019d08a4bd34adae8a5603ace5.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/dictd-wn/dictd-wn-2.0.ebuild | 4 |
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" } |