summaryrefslogtreecommitdiff
path: root/net/bind9
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-29 15:21:50 +0000
committerminskim <minskim@pkgsrc.org>2004-12-29 15:21:50 +0000
commite07031c753f6cd21fd1da774f6ac78ae36b89980 (patch)
tree8f0c8797ff5b0f302470e4075476086e60d3d743 /net/bind9
parentd660ae7b3ff37ba7b4bde28a13f040207096ff96 (diff)
downloadpkgsrc-e07031c753f6cd21fd1da774f6ac78ae36b89980.tar.gz
Use VARBASE.
Diffstat (limited to 'net/bind9')
-rw-r--r--net/bind9/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 1d59d690ff5..ec25d4d69d0 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2004/12/18 21:01:46 jklos Exp $
+# $NetBSD: Makefile,v 1.64 2004/12/29 15:31:24 minskim Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= bind-${BIND_VERSION}
@@ -23,7 +23,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-libtool=yes \
--sysconfdir=/etc \
- --localstatedir=/var
+ --localstatedir=${VARBASE}
#LDFLAGS+= ${COMPILER_RPATH_FLAG}${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib
# use external OpenSSL. comment out the following line and the buildlink
# include at the bottom to use OpenSSL shipped with BIND9.