summaryrefslogtreecommitdiff
path: root/net/bind9
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /net/bind9
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'net/bind9')
-rw-r--r--net/bind9/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 928638ba5ee..ced7c0a5c41 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2005/12/05 20:50:44 rillig Exp $
+# $NetBSD: Makefile,v 1.74 2005/12/05 23:55:13 rillig Exp $
DISTNAME= bind-${BIND_VERSION}
CATEGORIES= net
@@ -21,11 +21,11 @@ USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-libtool=yes \
--sysconfdir=/etc \
- --localstatedir=${VARBASE}
+ --localstatedir=${VARBASE:Q}
#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.
-CONFIGURE_ARGS+=--with-openssl=${SSLBASE}
+CONFIGURE_ARGS+=--with-openssl=${SSLBASE:Q}
PKG_USERS= ${BIND_USER}:${BIND_GROUP}::Named\ pseudo-user:${BIND_DIR}:${NOLOGIN}
PKG_GROUPS= ${BIND_GROUP}