summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-30 04:06:18 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-30 04:06:18 +0000
commitb574c9b0dbea5afc536ba0253659c19268f2a412 (patch)
treef64191321b3a05d0ca0ddf6e2ca6be8fea4dfdae /net-misc/jwhois
parentgnuconfig loving (Manifest recommit) (diff)
downloadgentoo-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.ebuild10
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 \