summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ucspi-proxy')
-rw-r--r--sys-apps/ucspi-proxy/ucspi-proxy-0.95.ebuild4
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
}