diff options
author | minskim <minskim> | 2004-12-29 15:21:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-29 15:21:50 +0000 |
commit | e921d908c429c991db0bbba9629ddf5859fdec58 (patch) | |
tree | 8f0c8797ff5b0f302470e4075476086e60d3d743 /net/bind9 | |
parent | 58584453e354b34fdeaea645e738a8286c864577 (diff) | |
download | pkgsrc-e921d908c429c991db0bbba9629ddf5859fdec58.tar.gz |
Use VARBASE.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 4 |
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. |