summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 23:47:21 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 23:47:21 +0000
commit532cfc943d4e09142c17d5fed0acafe382fa0221 (patch)
tree389cf86102bb4ba944fff11d839f40b3170e53c0 /net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild
parentdon't assign S=${WORKDIR}/${P} (diff)
downloadhistorical-532cfc943d4e09142c17d5fed0acafe382fa0221.tar.gz
historical-532cfc943d4e09142c17d5fed0acafe382fa0221.tar.bz2
historical-532cfc943d4e09142c17d5fed0acafe382fa0221.zip
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild')
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild
index 1c73f806c5cf..03864d798b05 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.3.1.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-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild,v 1.6 2004/07/01 22:15:01 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild,v 1.7 2004/07/14 23:46:53 agriffis Exp $
DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation."
HOMEPAGE="http://ipsec-tools.sourceforge.net/"
@@ -12,8 +12,6 @@ IUSE=""
DEPEND="virtual/libc
>=dev-libs/openssl-0.9.6"
-S=${WORKDIR}/${P}
-
pkg_setup() {
my_KV=`echo ${KV} | cut -f-2 -d "."`
if [ ${my_KV} != "2.6" ] ; then