Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2013 01:19:12 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333171 - head/dns/gdnsd
Message-ID:  <201311080119.rA81JC88044503@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Fri Nov  8 01:19:12 2013
New Revision: 333171
URL: http://svnweb.freebsd.org/changeset/ports/333171

Log:
  - Correct a staging issue
  
  PR:		ports/183734
  Submitted by:	Allan Jude <ports@scaleengine.com> (maintainer)

Modified:
  head/dns/gdnsd/Makefile

Modified: head/dns/gdnsd/Makefile
==============================================================================
--- head/dns/gdnsd/Makefile	Fri Nov  8 01:10:01 2013	(r333170)
+++ head/dns/gdnsd/Makefile	Fri Nov  8 01:19:12 2013	(r333171)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311080119.rA81JC88044503>