Honor PKG_SYSCONFDIR.
This commit is contained in:
parent
e5a827b79f
commit
ebdf3a3689
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.11 2010/08/30 18:16:45 pettai Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2010/11/29 12:41:51 ghen Exp $
|
||||
|
||||
DISTNAME= unbound-1.4.6
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.unbound.net/downloads/
|
||||
|
||||
|
@ -16,6 +17,7 @@ USE_TOOLS+= gmake
|
|||
|
||||
CONFIGURE_ARGS+= --with-ldns=${BUILDLINK_PREFIX.ldns}
|
||||
CONFIGURE_ARGS+= --with-pidfile=${VARBASE}/run/unbound.pid
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
|
||||
|
||||
SUBST_CLASSES+= paths
|
||||
SUBST_STAGE.paths= post-configure
|
||||
|
|
Loading…
Reference in a new issue