diff options
author | minskim <minskim> | 2004-12-29 15:42:37 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-29 15:42:37 +0000 |
commit | f6e375a82ce4abbd0501cc7e133bb453f75ccefc (patch) | |
tree | e0064664b312543aff1d158531cc52bb7220505c /net/nsd | |
parent | e921d908c429c991db0bbba9629ddf5859fdec58 (diff) | |
download | pkgsrc-f6e375a82ce4abbd0501cc7e133bb453f75ccefc.tar.gz |
Use VARBASE.
Diffstat (limited to 'net/nsd')
-rw-r--r-- | net/nsd/Makefile | 4 |
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 |