diff options
author | tv <tv@pkgsrc.org> | 2001-10-31 15:08:29 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2001-10-31 15:08:29 +0000 |
commit | 2628fe543af1e1adf006e30f10b30f08bfc448b1 (patch) | |
tree | 6073d2b9402774ec6459627749389b8467ddd2b3 /net/jwhois/Makefile | |
parent | d8ae2c03b149241bd655052f5dc378d15d918d5f (diff) | |
download | pkgsrc-2628fe543af1e1adf006e30f10b30f08bfc448b1.tar.gz |
Clean out my pkgsrc diffs:
Update jwhois to 3.0.1. Changes:
* Command line option to disable content redirection
* Lots of information added to the example configuration file
* IPv6 failover to IPv4
* Option to display redirections instead of hiding them
* Case insensitive hostname matching
* Introduced new host-specific configuration
* Limited support for rwhois
* Support for sending queries through a web interface via external browser
* Ability to rewrite queries before sending to whois server
* Support for whois-servers.net
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r-- | net/jwhois/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 64baf610ead..dd068cdee5c 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2001/08/01 16:39:30 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/10/31 15:08:29 tv Exp $ # -DISTNAME= jwhois-2.4.1 +DISTNAME= jwhois-3.0.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=jwhois/} @@ -9,11 +9,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/jwhois/ COMMENT= Configurable WHOIS client -BUILD_USES_MSGFMT= # defined - USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --sysconfdir=/etc +CONFIGURE_ARGS+= --sysconfdir=/usr/pkg/etc CONFIGURE_ARGS+= --localstatedir=/var/db CONFIGURE_ARGS+= --with-cache |