diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:54:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:54:39 +0000 |
commit | 0cc01b9c90474f501ad8059568e4ccc61264363b (patch) | |
tree | bb31a640c0d1bf66bfa06efa166ea1c3933f5b7e /net-libs/iax | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-0cc01b9c90474f501ad8059568e4ccc61264363b.tar.gz gentoo-2-0cc01b9c90474f501ad8059568e4ccc61264363b.tar.bz2 gentoo-2-0cc01b9c90474f501ad8059568e4ccc61264363b.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-libs/iax')
-rw-r--r-- | net-libs/iax/iax-0.2.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild index 8635f894b1fa..6d8e4bdfb9e8 100644 --- a/net-libs/iax/iax-0.2.2.ebuild +++ b/net-libs/iax/iax-0.2.2.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-libs/iax/iax-0.2.2.ebuild,v 1.5 2004/07/01 22:25:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.6 2004/07/15 00:50:11 agriffis Exp $ IUSE="" @@ -12,8 +12,6 @@ RDEPEND="virtual/libc" SLOT="0" SRC_URI="http://www.digium.com/pub/libiax/${P}.tar.gz" -S=${WORKDIR}/${P} - D_PREFIX=/usr KEYWORDS="x86 ~ppc" |