diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-12-28 23:05:03 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-12-28 23:05:03 +0000 |
commit | 88b938e23b732cb41d34d8e4ba5ac47b77f92377 (patch) | |
tree | 8e42d30e3f8c79cb305a72d934a79598a0991225 /net-dialup/penggy | |
parent | Moved dev-libs/root to sci-libs/root (diff) | |
download | gentoo-2-88b938e23b732cb41d34d8e4ba5ac47b77f92377.tar.gz gentoo-2-88b938e23b732cb41d34d8e4ba5ac47b77f92377.tar.bz2 gentoo-2-88b938e23b732cb41d34d8e4ba5ac47b77f92377.zip |
remove src_compile()
Diffstat (limited to 'net-dialup/penggy')
-rw-r--r-- | net-dialup/penggy/penggy-0.2.1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-dialup/penggy/penggy-0.2.1.ebuild b/net-dialup/penggy/penggy-0.2.1.ebuild index f0bfa3e52ea0..f7e6b65db39a 100644 --- a/net-dialup/penggy/penggy-0.2.1.ebuild +++ b/net-dialup/penggy/penggy-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/penggy/penggy-0.2.1.ebuild,v 1.4 2004/12/28 22:58:26 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/penggy/penggy-0.2.1.ebuild,v 1.5 2004/12/28 23:05:03 mrness Exp $ DESCRIPTION="Provide access to Internet using the AOL/Compuserve network." HOMEPAGE="http://www.peng.apinc.org/eng/" @@ -11,11 +11,6 @@ KEYWORDS="x86" IUSE="" RDEPEND=">=dev-util/guile-1.4.0" -src_compile() { - econf || die "configure failed" - emake || die "make failed" -} - src_install() { make DESTDIR=${D} install || die "make install failed" exeinto /etc/init.d |