diff options
Diffstat (limited to 'net-libs/ccrtp/ccrtp-1.3.4.ebuild')
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.3.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/ccrtp/ccrtp-1.3.4.ebuild b/net-libs/ccrtp/ccrtp-1.3.4.ebuild index ab14f3fc507b..d2c0245f2a2e 100644 --- a/net-libs/ccrtp/ccrtp-1.3.4.ebuild +++ b/net-libs/ccrtp/ccrtp-1.3.4.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-libs/ccrtp/ccrtp-1.3.4.ebuild,v 1.1 2005/08/21 04:22:57 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.3.4.ebuild,v 1.2 2005/10/17 19:10:43 dragonheart Exp $ DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF" HOMEPAGE="http://www.gnu.org/software/ccrtp/" @@ -15,6 +15,6 @@ DEPEND=">=dev-cpp/commoncpp2-1.3.0" RDEPEND="${DEPEND}" src_install() { - emake DESTDIR=${D} install || die - dodoc README ChangeLog INSTALL AUTHORS COPYING NEWS TODO + make DESTDIR=${D} install || die + dodoc README ChangeLog AUTHORS NEWS TODO } |