summaryrefslogtreecommitdiff
path: root/net
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
parentd660ae7b3ff37ba7b4bde28a13f040207096ff96 (diff)
downloadpkgsrc-e07031c753f6cd21fd1da774f6ac78ae36b89980.tar.gz
Use VARBASE.
Diffstat (limited to 'net')
-rw-r--r--net/bind9/Makefile4
-rw-r--r--net/jwhois/Makefile4
-rw-r--r--net/netatalk1/Makefile4
-rw-r--r--net/quagga/Makefile4
-rw-r--r--net/vtun/Makefile4
5 files changed, 10 insertions, 10 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.
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index 83aa0980828..9255909f954 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2004/12/16 12:21:34 kleink Exp $
+# $NetBSD: Makefile,v 1.45 2004/12/29 15:31:24 minskim Exp $
#
DISTNAME= jwhois-3.2.2
@@ -15,7 +15,7 @@ USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --localstatedir=/var/db
+CONFIGURE_ARGS+= --localstatedir=${VARBASE}/db
LIBS.SunOS+= -lnsl -lsocket
diff --git a/net/netatalk1/Makefile b/net/netatalk1/Makefile
index 2e59a90ef9f..fbc38725a0e 100644
--- a/net/netatalk1/Makefile
+++ b/net/netatalk1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/12/28 02:47:47 reed Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/29 15:31:24 minskim Exp $
DISTNAME= netatalk-1.6.2
PKGREVISION= 2
@@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --enable-netbsd \
--with-tcp-wrappers \
--sbindir=${PREFIX}/libexec/netatalk \
--sysconfdir=${PKG_SYSCONFDIR} \
- --localstatedir=/var/netatalk \
+ --localstatedir=${VARBASE}/netatalk \
--with-nls-dir=${PREFIX}/share/netatalk/nls \
--with-uams-path=${PREFIX}/libexec/netatalk/uams
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index f8d144eeced..fb4e5b5fac9 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/11/29 11:03:57 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2004/12/29 15:31:24 minskim Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -17,7 +17,7 @@ USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
PKG_SYSCONFSUBDIR?= zebra
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --localstatedir=/var/run/zebra
+CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run/zebra
# you might need debugging, it's a developer release !
#CFLAGS+= -g
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index 633e171e59b..67627bdc886 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/12/03 15:15:07 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2004/12/29 15:31:24 minskim Exp $
DISTNAME= vtun-2.6
PKGREVISION= 6
@@ -20,7 +20,7 @@ DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --localstatedir=/var
+CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-ssl-headers=${SSLBASE}/include/openssl
CONFIGURE_ARGS+= --with-ssl-lib=${SSLBASE}/lib