diff options
author | 2004-07-15 02:45:47 +0000 | |
---|---|---|
committer | 2004-07-15 02:45:47 +0000 | |
commit | 6fb999515262830d757cf266d6527ce6b424f430 (patch) | |
tree | 40eb03f666eced61de479ed5b7ffc25bedf487b5 /sys-apps/ucspi-proxy | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-6fb999515262830d757cf266d6527ce6b424f430.tar.gz gentoo-2-6fb999515262830d757cf266d6527ce6b424f430.tar.bz2 gentoo-2-6fb999515262830d757cf266d6527ce6b424f430.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/ucspi-proxy')
-rw-r--r-- | sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild b/sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild index c1fe6e4be99c..ebc172a6c0fd 100644 --- a/sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild +++ b/sys-apps/ucspi-proxy/ucspi-proxy-0.95.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/sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild,v 1.5 2004/07/01 21:41:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild,v 1.6 2004/07/15 02:44:40 agriffis Exp $ DESCRIPTION="A proxy program that passes data back and forth between two connections set up by a UCSPI server and a UCSPI client." HOMEPAGE="http://untroubled.org/ucspi-proxy/" @@ -12,8 +12,6 @@ IUSE="" DEPEND="sys-devel/gcc-config" RDEPEND="virtual/libc" -S=${WORKDIR}/${P} - src_compile() { emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die } |