diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:21:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:21:24 +0000 |
commit | 755cdbdbb5f21718b282ab59289f7613adaac725 (patch) | |
tree | c77fa8cf1e3884d40df088acfd3ef73078367b4c /net-misc/openvpn/openvpn-1.3.2-r1.ebuild | |
parent | sync IUSE (+cdr), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-755cdbdbb5f21718b282ab59289f7613adaac725.tar.gz historical-755cdbdbb5f21718b282ab59289f7613adaac725.tar.bz2 historical-755cdbdbb5f21718b282ab59289f7613adaac725.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/openvpn/openvpn-1.3.2-r1.ebuild')
-rw-r--r-- | net-misc/openvpn/openvpn-1.3.2-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/openvpn/openvpn-1.3.2-r1.ebuild b/net-misc/openvpn/openvpn-1.3.2-r1.ebuild index 71dd44d498ce..50fe81948446 100644 --- a/net-misc/openvpn/openvpn-1.3.2-r1.ebuild +++ b/net-misc/openvpn/openvpn-1.3.2-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-1.3.2-r1.ebuild,v 1.5 2004/06/25 00:03:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-1.3.2-r1.ebuild,v 1.6 2004/07/15 03:17:02 agriffis Exp $ IUSE="ssl" -S=${WORKDIR}/${P} DESCRIPTION="OpenVPN is a robust and highly flexible tunneling application" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/openvpn/${P}.tar.gz" HOMEPAGE="http://openvpn.sourceforge.net/" |