diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:34:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:34:21 +0000 |
commit | 19dff23dbc2694ed28241699e51cc159b1413f79 (patch) | |
tree | ff303dcfc3d1d6cf681ac70dd7dd6818de55ffa0 /net-misc/aggregate | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-19dff23dbc2694ed28241699e51cc159b1413f79.tar.gz gentoo-2-19dff23dbc2694ed28241699e51cc159b1413f79.tar.bz2 gentoo-2-19dff23dbc2694ed28241699e51cc159b1413f79.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/aggregate')
-rw-r--r-- | net-misc/aggregate/aggregate-1.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild index 0334e85dc91a..c5c0f25b488e 100644 --- a/net-misc/aggregate/aggregate-1.6.ebuild +++ b/net-misc/aggregate/aggregate-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.6 2004/06/24 23:34:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.7 2004/07/15 02:33:23 agriffis Exp $ DESCRIPTION="aggregate takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list." HOMEPAGE="http://dist.automagic.org/" @@ -11,7 +11,6 @@ KEYWORDS="x86 ~ppc alpha ~hppa ia64 amd64 ~sparc ~mips" IUSE="" DEPEND="" RDEPEND="dev-lang/perl" -S=${WORKDIR}/${P} src_compile() { econf || die |