diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-20 21:11:47 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-20 21:11:47 +0000 |
commit | a88733211fa52f60ae41b3cf19acee42b2e3b3b6 (patch) | |
tree | 1b82f5ccd0d90eec07d4b41eb44bb9897a676f10 /net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild | |
parent | Version bump to fix incompatabilities with mod_ssl and older dbm libs. Mark ... (diff) | |
download | gentoo-2-a88733211fa52f60ae41b3cf19acee42b2e3b3b6.tar.gz gentoo-2-a88733211fa52f60ae41b3cf19acee42b2e3b3b6.tar.bz2 gentoo-2-a88733211fa52f60ae41b3cf19acee42b2e3b3b6.zip |
Removed src_install
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild')
-rw-r--r-- | net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild b/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild index 7ee593383b05..8c5945f2825b 100644 --- a/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild +++ b/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.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-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild,v 1.1 2005/03/20 19:10:28 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild,v 1.2 2005/03/20 21:11:47 hansmi Exp $ DESCRIPTION="A GTK+-2 based imond client for fli4l" SRC_URI="http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/${P}${V}.tar.gz" @@ -15,11 +15,6 @@ DEPEND=">=x11-libs/gtk+-2.4.0 virtual/libc virtual/x11" -src_compile() { - econf || die "could not configure" - emake || die "emake failed" -} - src_install() { make DESTDIR=${D} install || die "install problem" } |