diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-07 17:48:26 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-07 17:48:26 +0000 |
commit | 9886545908dcdfcae0a59b197fe2b56ecf1d5536 (patch) | |
tree | ae4ab37a21aea9399a9e771f2f6dc9025da81d35 /net-im/silc-client/silc-client-1.0.1-r1.ebuild | |
parent | mark ~ppc (diff) | |
download | gentoo-2-9886545908dcdfcae0a59b197fe2b56ecf1d5536.tar.gz gentoo-2-9886545908dcdfcae0a59b197fe2b56ecf1d5536.tar.bz2 gentoo-2-9886545908dcdfcae0a59b197fe2b56ecf1d5536.zip |
Version bump, bug #91756.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-im/silc-client/silc-client-1.0.1-r1.ebuild')
-rw-r--r-- | net-im/silc-client/silc-client-1.0.1-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/silc-client/silc-client-1.0.1-r1.ebuild b/net-im/silc-client/silc-client-1.0.1-r1.ebuild index 8937881e5b03..f3dca216848e 100644 --- a/net-im/silc-client/silc-client-1.0.1-r1.ebuild +++ b/net-im/silc-client/silc-client-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-1.0.1-r1.ebuild,v 1.4 2004/10/19 10:54:33 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-1.0.1-r1.ebuild,v 1.5 2005/05/07 17:48:26 swegener Exp $ DESCRIPTION="IRSSI-based text client for Secure Internet Live Conferencing" SRC_URI="http://www.silcnet.org/download/client/sources/${P}.tar.bz2" @@ -39,14 +39,15 @@ src_compile() { --with-mandir=/usr/share/man \ --with-ncurses \ --without-silcd \ - `use_enable ipv6` \ - `use_enable debug` \ + $(use_enable ipv6) \ + $(use_enable debug) \ || die "econf failed" emake -j1 || die "emake failed" } src_install() { local myflags="" + if use perl then R1="s/installsitearch='//" |