summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2010-11-29 12:41:51 +0000
committerghen <ghen@pkgsrc.org>2010-11-29 12:41:51 +0000
commitc13edaa0c3c3baf90af9f3089c7588a8621e0dda (patch)
tree1b62b3c701b5857c8f2496d1f84bc8a8f4bd9ab7 /net
parentff1d1d5358675076d7238f0597db24deefd33315 (diff)
downloadpkgsrc-c13edaa0c3c3baf90af9f3089c7588a8621e0dda.tar.gz
Honor PKG_SYSCONFDIR.
Diffstat (limited to 'net')
-rw-r--r--net/unbound/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index 37aa8436e20..b5c69de7c50 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -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