summaryrefslogtreecommitdiff
path: root/net/nsd
diff options
context:
space:
mode:
Diffstat (limited to 'net/nsd')
-rw-r--r--net/nsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile
index 4b3ca2ea2f9..8ea7fc4a8f2 100644
--- a/net/nsd/Makefile
+++ b/net/nsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/10/03 00:17:56 tv Exp $
+# $NetBSD: Makefile,v 1.26 2004/12/29 15:42:38 minskim Exp $
DISTNAME= nsd-2.1.2
PKGREVISION= 1
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+=--with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}
CONFIGURE_ARGS+=--disable-ipv6
.endif
.if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+=--with-pidfile=/var/run/nsd.pid
+CONFIGURE_ARGS+=--with-pidfile=${VARBASE}/run/nsd.pid
CONFIGURE_ARGS+=--with-user=named
CONFIGURE_ARGS+=--with-namedxfer=/usr/libexec/named-xfer
.endif