summaryrefslogtreecommitdiff
path: root/net/jwhois
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-05-02 19:15:18 +0000
committerxtraeme <xtraeme>2004-05-02 19:15:18 +0000
commitf06388e963abee2b505fc8e67dc481fc0d73116e (patch)
tree4a5d0c9bd7ab4ecff160f3e1cc59bd46ee1f01b8 /net/jwhois
parent30cd46c104cb628604e00f548bab19849075f91c (diff)
downloadpkgsrc-f06388e963abee2b505fc8e67dc481fc0d73116e.tar.gz
Rename ENABLE_CACHE option to JWHOIS_ENABLE_CACHE, and document it in
the defaults file.
Diffstat (limited to 'net/jwhois')
-rw-r--r--net/jwhois/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index bc7b61d6d43..a155a553a64 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/05/02 18:01:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.37 2004/05/02 19:15:18 xtraeme Exp $
#
DISTNAME= jwhois-3.2.2
@@ -21,9 +21,9 @@ LIBS.SunOS+= -lnsl -lsocket
INFO_FILES= jwhois.info
-BUILD_DEFS+= ENABLE_CACHE
+BUILD_DEFS+= JWHOIS_ENABLE_CACHE
-.if defined(ENABLE_CACHE)
+.if defined(JWHOIS_ENABLE_CACHE)
CONFIGURE_ARGS+= --with-cache
.endif