diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-03 14:36:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-03 14:36:18 +0000 |
commit | 90eb79cefb8c5ee2f64a2d461ff6a126b2821446 (patch) | |
tree | c4e6a9ff4217164533bb1e52ccd95256369c97b0 /net-mail | |
parent | make.defaults: STAGE1_USE="nptl -nptlonly" removed as it conflicts with manag... (diff) | |
download | gentoo-2-90eb79cefb8c5ee2f64a2d461ff6a126b2821446.tar.gz gentoo-2-90eb79cefb8c5ee2f64a2d461ff6a126b2821446.tar.bz2 gentoo-2-90eb79cefb8c5ee2f64a2d461ff6a126b2821446.zip |
cleanup
(Portage version: 2.0.51.18)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/smtptools/smtptools-0.2.3.ebuild | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/net-mail/smtptools/smtptools-0.2.3.ebuild b/net-mail/smtptools/smtptools-0.2.3.ebuild index dc67c722c9f8..10c6bb9f0f10 100644 --- a/net-mail/smtptools/smtptools-0.2.3.ebuild +++ b/net-mail/smtptools/smtptools-0.2.3.ebuild @@ -1,25 +1,20 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/smtptools/smtptools-0.2.3.ebuild,v 1.2 2004/12/13 23:24:16 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/smtptools/smtptools-0.2.3.ebuild,v 1.3 2005/03/03 14:36:18 vapier Exp $ DESCRIPTION="A collection of tools to send or receive mails with SMTP" -SRC_URI="ftp://ftp.ohse.de/uwe/releases/${P}.tar.gz" HOMEPAGE="http://www.ohse.de/uwe/software/${PN}.html" +SRC_URI="ftp://ftp.ohse.de/uwe/releases/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +SLOT="0" +KEYWORDS="amd64 x86" IUSE="" -DEPEND="virtual/libc" - -src_compile() { - econf || die "configure failed" - emake || die "emake failed" -} +DEPEND="" -src_install () { - make DESTDIR=${D} install || die "Installer failed" - dodoc AUTHORS COPYING README README.cvs README.smtpblast \ - README.tomaildir README.usmtpd TODO +src_install() { + make DESTDIR="${D}" install || die "Installer failed" + dodoc AUTHORS README README.cvs README.smtpblast \ + README.tomaildir README.usmtpd TODO } |