diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-18 16:30:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-18 16:30:55 +0000 |
commit | 4ed1df3591884fc2004bc0758bf8ca9177348ab2 (patch) | |
tree | c82eb4982e1793931fd8e4a55efa0b67e8c99020 /net-ftp/oftpd | |
parent | logrotate tarball propagated... (diff) | |
download | gentoo-2-4ed1df3591884fc2004bc0758bf8ca9177348ab2.tar.gz gentoo-2-4ed1df3591884fc2004bc0758bf8ca9177348ab2.tar.bz2 gentoo-2-4ed1df3591884fc2004bc0758bf8ca9177348ab2.zip |
pull in net-ftp/ftpbase
(Portage version: 2.1.1)
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.7-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/oftpd/oftpd-0.3.7-r2.ebuild b/net-ftp/oftpd/oftpd-0.3.7-r2.ebuild index 80881074581e..25faf7dc042d 100644 --- a/net-ftp/oftpd/oftpd-0.3.7-r2.ebuild +++ b/net-ftp/oftpd/oftpd-0.3.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7-r2.ebuild,v 1.3 2006/09/18 16:17:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7-r2.ebuild,v 1.4 2006/09/18 16:30:55 vapier Exp $ DESCRIPTION="Secure, small, anonymous only ftpd" HOMEPAGE="http://www.time-travellers.org/oftpd" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="amd64 arm ~ppc ppc64 sh sparc ~x86" IUSE="" -DEPEND="" +DEPEND="net-ftp/ftpbase" src_compile() { # local myconf @@ -25,6 +25,6 @@ src_install() { make DESTDIR="${D}" install || die dodoc AUTHORS BUGS FAQ NEWS README TODO keepdir /home/ftp - newinitd ${FILESDIR}/init.d.oftpd oftpd - newconfd ${FILESDIR}/conf.d.oftpd oftpd + newinitd "${FILESDIR}"/init.d.oftpd oftpd + newconfd "${FILESDIR}"/conf.d.oftpd oftpd } |