diff options
Diffstat (limited to 'net-ftp/ftpd/ftpd-0.17.ebuild')
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-ftp/ftpd/ftpd-0.17.ebuild b/net-ftp/ftpd/ftpd-0.17.ebuild index db2685cad389..7dc9bd641d45 100644 --- a/net-ftp/ftpd/ftpd-0.17.ebuild +++ b/net-ftp/ftpd/ftpd-0.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17.ebuild,v 1.12 2004/06/24 22:45:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17.ebuild,v 1.13 2006/01/30 19:03:56 blubb Exp $ inherit eutils @@ -9,7 +9,8 @@ IUSE="ssl" S=${WORKDIR}/linux-${P} DESCRIPTION="The netkit FTP server with optional SSL support" HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz" +SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz + ssl? ( mirror://gentoo/${P}-ssl.diff.gz )" SLOT="0" LICENSE="as-is" @@ -24,7 +25,7 @@ src_unpack() { unpack ${A} cd ${S} if use ssl; then - epatch ${FILESDIR}/ssl.diff.gz + epatch ${WORKDIR}/${P}-ssl.diff fi } |