summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 03:45:50 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 03:45:50 +0000
commit38478c084c072498c9e1bc79f024c751f380a4ad (patch)
treee8614fc087c613534006c90a065aa945c9290670 /net-misc/utelnetd
parentsync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff)
downloadhistorical-38478c084c072498c9e1bc79f024c751f380a4ad.tar.gz
historical-38478c084c072498c9e1bc79f024c751f380a4ad.tar.bz2
historical-38478c084c072498c9e1bc79f024c751f380a4ad.zip
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/utelnetd')
-rw-r--r--net-misc/utelnetd/utelnetd-0.1.9.ebuild4
1 files changed, 1 insertions, 3 deletions
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
}