diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-30 04:06:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-30 04:06:18 +0000 |
commit | b574c9b0dbea5afc536ba0253659c19268f2a412 (patch) | |
tree | f64191321b3a05d0ca0ddf6e2ca6be8fea4dfdae /net-misc/jwhois | |
parent | gnuconfig loving (Manifest recommit) (diff) | |
download | gentoo-2-b574c9b0dbea5afc536ba0253659c19268f2a412.tar.gz gentoo-2-b574c9b0dbea5afc536ba0253659c19268f2a412.tar.bz2 gentoo-2-b574c9b0dbea5afc536ba0253659c19268f2a412.zip |
gnuconfig loving
Diffstat (limited to 'net-misc/jwhois')
-rw-r--r-- | net-misc/jwhois/jwhois-3.2.2.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net-misc/jwhois/jwhois-3.2.2.ebuild b/net-misc/jwhois/jwhois-3.2.2.ebuild index 9bed9a805f24..acc5c9e94acb 100644 --- a/net-misc/jwhois/jwhois-3.2.2.ebuild +++ b/net-misc/jwhois/jwhois-3.2.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.2.ebuild,v 1.14 2004/07/17 16:54:05 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.2.ebuild,v 1.15 2004/07/30 04:06:18 vapier Exp $ + +inherit gnuconfig DESCRIPTION="Advanced Internet Whois client capable of recursive queries" HOMEPAGE="http://www.gnu.org/software/jwhois/" @@ -14,6 +16,12 @@ IUSE="nls" DEPEND="virtual/libc" +src_unpack() { + unpack ${A} + cd ${S} + gnuconfig_update +} + src_compile() { econf \ --localstatedir=/var/cache \ |