diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2013-11-08 01:19:12 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2013-11-08 01:19:12 +0000 |
commit | ab580d849e67bda709482514c22d9b3f623b2d61 (patch) | |
tree | d27a7cc8559d5e98a15051381d79a02e7e0b0a62 /dns | |
parent | ac791ce46bd2d82b266c7965d6407599e1684c43 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/gdnsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/gdnsd/Makefile b/dns/gdnsd/Makefile index 302b8c4c93bc..b22bcca3a2de 100644 --- a/dns/gdnsd/Makefile +++ b/dns/gdnsd/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var +CONFIGURE_ARGS= --localstatedir=/var --with-rootdir=${LOCALBASE}/etc/gdnsd USE_LDCONFIG= yes USE_XZ= yes USES= pkgconfig |