diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 14:39:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 14:39:33 +0000 |
commit | 6e5816ef5460c65b2eea20338ed1715a7533cb7b (patch) | |
tree | e8d3a41797c39e2490dba6ea6ad81d965500938d /net-libs/vanessa-mcast | |
parent | quoting etc (diff) | |
download | gentoo-2-6e5816ef5460c65b2eea20338ed1715a7533cb7b.tar.gz gentoo-2-6e5816ef5460c65b2eea20338ed1715a7533cb7b.tar.bz2 gentoo-2-6e5816ef5460c65b2eea20338ed1715a7533cb7b.zip |
punt default src_compile, fix quoting
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/vanessa-mcast')
-rw-r--r-- | net-libs/vanessa-mcast/vanessa-mcast-1.0.0.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-libs/vanessa-mcast/vanessa-mcast-1.0.0.ebuild b/net-libs/vanessa-mcast/vanessa-mcast-1.0.0.ebuild index 504f3f74a852..6d2904a96e89 100644 --- a/net-libs/vanessa-mcast/vanessa-mcast-1.0.0.ebuild +++ b/net-libs/vanessa-mcast/vanessa-mcast-1.0.0.ebuild @@ -1,6 +1,6 @@ -# 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-libs/vanessa-mcast/vanessa-mcast-1.0.0.ebuild,v 1.5 2009/09/23 18:51:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-mcast/vanessa-mcast-1.0.0.ebuild,v 1.6 2010/10/28 14:39:33 ssuominen Exp $ MY_PN="${PN/-/_}" MY_P="${MY_PN}-${PV}" @@ -18,12 +18,7 @@ DEPEND=">=dev-libs/vanessa-logger-0.0.6 S=${WORKDIR}/${MY_P} -src_compile() { - econf || die "error configure" - emake || die "error compiling" -} - src_install() { - make DESTDIR=${D} install || die "error installing" + make DESTDIR="${D}" install || die dodoc README NEWS AUTHORS TODO INSTALL } |