summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/stone/stone-2.2.ebuild4
-rw-r--r--net-misc/utelnetd/utelnetd-0.1.9.ebuild4
-rw-r--r--sys-fs/submount/submount-0.9.ebuild3
3 files changed, 3 insertions, 8 deletions
diff --git a/net-misc/stone/stone-2.2.ebuild b/net-misc/stone/stone-2.2.ebuild
index 32fd0f7fd652..599c6f5822c2 100644
--- a/net-misc/stone/stone-2.2.ebuild
+++ b/net-misc/stone/stone-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-misc/stone/stone-2.2.ebuild,v 1.5 2004/07/01 21:58:53 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2.ebuild,v 1.6 2004/07/15 03:37:48 agriffis Exp $
DESCRIPTION="A simple TCP/IP packet repeater"
HOMEPAGE="http://www.gcd.org/sengoku/stone/"
@@ -14,8 +14,6 @@ IUSE="ssl"
DEPEND="virtual/libc
ssl? ( dev-libs/openssl )"
-S=${WORKDIR}/${P}
-
src_compile() {
if use ssl ; then
emake \
diff --git a/net-misc/utelnetd/utelnetd-0.1.9.ebuild b/net-misc/utelnetd/utelnetd-0.1.9.ebuild
index 8bbafb08cdbf..eb9d37092911 100644
--- a/net-misc/utelnetd/utelnetd-0.1.9.ebuild
+++ b/net-misc/utelnetd/utelnetd-0.1.9.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/utelnetd/utelnetd-0.1.9.ebuild,v 1.4 2004/07/01 22:09:19 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/utelnetd/utelnetd-0.1.9.ebuild,v 1.5 2004/07/15 03:42:31 agriffis Exp $
DESCRIPTION="A small Telnet daemon, derived from the Axis tools"
HOMEPAGE="http://www.pengutronix.de/software/utelnetd_en.html"
@@ -13,8 +13,6 @@ IUSE=""
DEPEND="virtual/libc"
-S=${WORKDIR}/${P}
-
src_compile() {
emake CC="${CC}" || die
}
diff --git a/sys-fs/submount/submount-0.9.ebuild b/sys-fs/submount/submount-0.9.ebuild
index 3381776b01f8..f1adc0b4d8e8 100644
--- a/sys-fs/submount/submount-0.9.ebuild
+++ b/sys-fs/submount/submount-0.9.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-fs/submount/submount-0.9.ebuild,v 1.4 2004/06/24 22:53:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/submount-0.9.ebuild,v 1.5 2004/07/15 03:42:36 agriffis Exp $
inherit kmod
@@ -26,7 +26,6 @@ else
fi
KMOD_SOURCES="${P}.tar.gz"
-S=${WORKDIR}/${P}
SRC_URI="mirror://sourceforge/${PN}/${KMOD_SOURCES}"