summaryrefslogtreecommitdiff
path: root/net/nsd/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-29 15:42:37 +0000
committerminskim <minskim>2004-12-29 15:42:37 +0000
commitb108a7ad66ba2f44cfa769a0efea14c1250c3288 (patch)
treee0064664b312543aff1d158531cc52bb7220505c /net/nsd/Makefile
parent1e5ae58222c3930815141856ad24d48fd545b56f (diff)
downloadpkgsrc-b108a7ad66ba2f44cfa769a0efea14c1250c3288.tar.gz
Use VARBASE.
Diffstat (limited to 'net/nsd/Makefile')
-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