diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:52:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:52:10 +0000 |
commit | 93b035512c88c03baca439889bebc5bd1dd36a61 (patch) | |
tree | 7a16adca0218511f03dd6703454432456fc344a7 /net-mail/mboxgrep/mboxgrep-0.7.3.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-93b035512c88c03baca439889bebc5bd1dd36a61.tar.gz gentoo-2-93b035512c88c03baca439889bebc5bd1dd36a61.tar.bz2 gentoo-2-93b035512c88c03baca439889bebc5bd1dd36a61.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-mail/mboxgrep/mboxgrep-0.7.3.ebuild')
-rw-r--r-- | net-mail/mboxgrep/mboxgrep-0.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild index 4b8acffd1b19..f00673c65116 100644 --- a/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild +++ b/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild,v 1.13 2004/07/01 22:32:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild,v 1.14 2004/07/15 01:51:14 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Grep for mbox files" SRC_URI="mirror://sourceforge/mboxgrep/${P}.tar.gz" HOMEPAGE="http://mboxgrep.sf.net" @@ -13,6 +12,7 @@ RDEPEND="$DEPEND" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc sparc" +IUSE="" src_compile() { ./configure \ |