diff options
author | zi <zi@FreeBSD.org> | 2013-11-08 09:19:12 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2013-11-08 09:19:12 +0800 |
commit | f2ab715ea5dd42f2aa42dbef802f292699877551 (patch) | |
tree | d27a7cc8559d5e98a15051381d79a02e7e0b0a62 /dns | |
parent | feb1a8142a2278ccf124cf52516d5947bab92898 (diff) | |
download | freebsd-ports-gnome-f2ab715ea5dd42f2aa42dbef802f292699877551.tar.gz freebsd-ports-gnome-f2ab715ea5dd42f2aa42dbef802f292699877551.tar.zst freebsd-ports-gnome-f2ab715ea5dd42f2aa42dbef802f292699877551.zip |
- Correct a staging issue
PR: ports/183734
Submitted by: Allan Jude <ports@scaleengine.com> (maintainer)
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 |