diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:29:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:29:26 +0000 |
commit | a5d965b50607b4bb4b40f33de6295ebad74f105c (patch) | |
tree | 9f4feedd324d3d72a153c3ca2911d5c3333c57c5 /net-misc | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-a5d965b50607b4bb4b40f33de6295ebad74f105c.tar.gz gentoo-2-a5d965b50607b4bb4b40f33de6295ebad74f105c.tar.bz2 gentoo-2-a5d965b50607b4bb4b40f33de6295ebad74f105c.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/scponly/scponly-3.7.ebuild | 4 | ||||
-rw-r--r-- | net-misc/scponly/scponly-3.8.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-misc/scponly/scponly-3.7.ebuild b/net-misc/scponly/scponly-3.7.ebuild index 35b6b9db0aa9..87aa882e0d28 100644 --- a/net-misc/scponly/scponly-3.7.ebuild +++ b/net-misc/scponly/scponly-3.7.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/scponly/scponly-3.7.ebuild,v 1.6 2004/07/01 21:50:46 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.7.ebuild,v 1.7 2004/07/15 03:29:26 agriffis Exp $ DESCRIPTION="A tiny psuedoshell which only permits scp and sftp" SRC_URI="http://www.sublimation.org/scponly/${P}.tgz" @@ -13,8 +13,6 @@ IUSE="" DEPEND="virtual/libc net-misc/openssh" -S=${WORKDIR}/${P} - src_compile() { PATH="${PATH}:/usr/lib/misc" ./configure \ diff --git a/net-misc/scponly/scponly-3.8.ebuild b/net-misc/scponly/scponly-3.8.ebuild index 90184c5b28d5..35af4455a6a5 100644 --- a/net-misc/scponly/scponly-3.8.ebuild +++ b/net-misc/scponly/scponly-3.8.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/scponly/scponly-3.8.ebuild,v 1.7 2004/07/01 21:50:46 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.8.ebuild,v 1.8 2004/07/15 03:29:26 agriffis Exp $ DESCRIPTION="A tiny psuedoshell which only permits scp and sftp" SRC_URI="http://www.sublimation.org/scponly/${P}.tgz" @@ -13,8 +13,6 @@ IUSE="" DEPEND="virtual/libc net-misc/openssh" -S=${WORKDIR}/${P} - src_compile() { PATH="${PATH}:/usr/lib/misc" ./configure \ |