diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-21 18:49:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-21 18:49:17 +0000 |
commit | b8469c1819defef736d6f235f3228451765b85e6 (patch) | |
tree | 3140bb7178bcb9962ee12f9c362638e8885aece9 /net-ftp/oftpd | |
parent | arm/s390 stable (diff) | |
download | historical-b8469c1819defef736d6f235f3228451765b85e6.tar.gz historical-b8469c1819defef736d6f235f3228451765b85e6.tar.bz2 historical-b8469c1819defef736d6f235f3228451765b85e6.zip |
touchups
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r-- | net-ftp/oftpd/Manifest | 6 | ||||
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.7-r1.ebuild | 14 |
2 files changed, 9 insertions, 11 deletions
diff --git a/net-ftp/oftpd/Manifest b/net-ftp/oftpd/Manifest index 9eb27c2760b7..76c4b4637e6d 100644 --- a/net-ftp/oftpd/Manifest +++ b/net-ftp/oftpd/Manifest @@ -1,6 +1,6 @@ -MD5 21d14dc44c96e264f19e326831c0ee28 oftpd-0.3.7-r1.ebuild 879 MD5 aa7ae4176d791906c638a4b01cc6c649 ChangeLog 2113 MD5 0f7a846dd3f2197538502db078109b71 metadata.xml 351 -MD5 e172cb3380495952dbccdc43d5168a16 files/init.d.oftpd 671 -MD5 b0ba4d96ae0eb98abce711409607eda4 files/conf.d.oftpd 469 +MD5 741cbc4b00b06c6579b17b8acffca400 oftpd-0.3.7-r1.ebuild 832 MD5 14eb385d2dee30be94c941c01703ab40 files/digest-oftpd-0.3.7-r1 62 +MD5 b0ba4d96ae0eb98abce711409607eda4 files/conf.d.oftpd 469 +MD5 e172cb3380495952dbccdc43d5168a16 files/init.d.oftpd 671 diff --git a/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild b/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild index e5e565b6a0f9..85b08bf7b131 100644 --- a/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild +++ b/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r1.ebuild,v 1.6 2005/05/15 16:10:09 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild,v 1.7 2005/05/21 18:49:17 vapier Exp $ DESCRIPTION="Secure, small, anonymous only ftpd" HOMEPAGE="http://www.time-travellers.org/oftpd" @@ -8,10 +8,10 @@ SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 x86 ~ppc sparc arm ~ppc64" +KEYWORDS="~amd64 arm ~ppc ~ppc64 sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { # local myconf @@ -22,11 +22,9 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS BUGS FAQ NEWS README TODO keepdir /home/ftp - exeinto /etc/init.d - newexe ${FILESDIR}/init.d.oftpd oftpd - insinto /etc/conf.d - newins ${FILESDIR}/conf.d.oftpd oftpd + newinitd ${FILESDIR}/init.d.oftpd oftpd + newconfd ${FILESDIR}/conf.d.oftpd oftpd } |