diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-08-01 04:02:55 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-08-01 04:02:55 +0000 |
commit | cd0721a8da0017ae5ed75d7c18b63b4936ef6055 (patch) | |
tree | a63103a61f8dfc88bc02338ad2b25af7a455f9d5 /net-im/pork/pork-0.99.8.1.ebuild | |
parent | New version: 1.8.2. Cleaning old ebuilds/patches. (diff) | |
download | historical-cd0721a8da0017ae5ed75d7c18b63b4936ef6055.tar.gz historical-cd0721a8da0017ae5ed75d7c18b63b4936ef6055.tar.bz2 historical-cd0721a8da0017ae5ed75d7c18b63b4936ef6055.zip |
cleaned up ebuild
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-im/pork/pork-0.99.8.1.ebuild')
-rw-r--r-- | net-im/pork/pork-0.99.8.1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-im/pork/pork-0.99.8.1.ebuild b/net-im/pork/pork-0.99.8.1.ebuild index cc148c082c80..eddfa47c1081 100644 --- a/net-im/pork/pork-0.99.8.1.ebuild +++ b/net-im/pork/pork-0.99.8.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-im/pork/pork-0.99.8.1.ebuild,v 1.6 2005/07/18 19:01:29 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.8.1.ebuild,v 1.7 2005/08/01 04:02:55 smithj Exp $ DESCRIPTION="Console based AIM client that looks like ircII" HOMEPAGE="http://dev.ojnk.net/" @@ -16,10 +16,8 @@ DEPEND="perl? ( dev-lang/perl ) src_compile() { local myconf="" - use perl || myconf="${myconf} --disable-perl" - einfo "Configure options: ${myconf}" - econf ${myconf} || die "econf failed" - emake + econf $(use_enable perl) || die "econf failed" + emake || die "emake failed" } src_install() { |