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 | 962044a0cf9bd28ae5997a63619f1fb5ac0ce1d0 (patch) | |
tree | 7c381b02b44be12f32637c6bcf1eb80bd015eb32 /net-libs/vanessa-mcast | |
parent | quoting etc (diff) | |
download | historical-962044a0cf9bd28ae5997a63619f1fb5ac0ce1d0.tar.gz historical-962044a0cf9bd28ae5997a63619f1fb5ac0ce1d0.tar.bz2 historical-962044a0cf9bd28ae5997a63619f1fb5ac0ce1d0.zip |
punt default src_compile, fix quoting
Package-Manager: portage-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 } |