diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:06:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:06:59 +0000 |
commit | 80a2441cce9c6215e017ce73c58e231d31be4e93 (patch) | |
tree | 53bda2a9760e7c9d83c14e82bb61346000eb3f19 /net-ftp | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-80a2441cce9c6215e017ce73c58e231d31be4e93.tar.gz gentoo-2-80a2441cce9c6215e017ce73c58e231d31be4e93.tar.bz2 gentoo-2-80a2441cce9c6215e017ce73c58e231d31be4e93.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild b/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild index 400289d5f0ba..f53dd8ea3cb6 100644 --- a/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild +++ b/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild,v 1.9 2004/06/24 22:48:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild,v 1.10 2004/07/15 00:05:13 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Very Secure FTP Daemon written with speed, size and security in mind" SRC_URI="ftp://vsftpd.beasts.org/users/cevans/${P}.tar.gz" HOMEPAGE="http://vsftpd.beasts.org/" @@ -13,6 +12,7 @@ RDEPEND="sys-apps/xinetd" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc " +IUSE="" src_unpack() { unpack ${A} ; cd ${S} |