diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:17:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:17:19 +0000 |
commit | b098bd3ae83059f39043ca69ffaa2624d7b01a0b (patch) | |
tree | 83f91240e9414e490f55608b7487fe1224748a69 /net-misc/puf | |
parent | quoting (diff) | |
download | gentoo-2-b098bd3ae83059f39043ca69ffaa2624d7b01a0b.tar.gz gentoo-2-b098bd3ae83059f39043ca69ffaa2624d7b01a0b.tar.bz2 gentoo-2-b098bd3ae83059f39043ca69ffaa2624d7b01a0b.zip |
drop default src_compile, quoting
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/puf')
-rw-r--r-- | net-misc/puf/puf-0.93.2a.ebuild | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/net-misc/puf/puf-0.93.2a.ebuild b/net-misc/puf/puf-0.93.2a.ebuild index ac19c2619333..0cf9cbe7d8af 100644 --- a/net-misc/puf/puf-0.93.2a.ebuild +++ b/net-misc/puf/puf-0.93.2a.ebuild @@ -1,24 +1,17 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild,v 1.4 2009/09/23 19:43:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild,v 1.5 2010/10/28 10:17:19 ssuominen Exp $ DESCRIPTION="A download tool for UNIX-like systems." SRC_URI="mirror://sourceforge/puf/${P}.tar.gz" HOMEPAGE="http://puf.sourceforge.net/" -DEPEND="" - -IUSE="" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86" +IUSE="" -src_compile() { - econf || die - make || die -} - -src_install () { - make DESTDIR=${D} install || die +src_install() { + emake DESTDIR="${D}" install || die dodoc AUTHORS NEWS README TODO } |