summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgrant <grant>2002-10-20 03:20:34 +0000
committergrant <grant>2002-10-20 03:20:34 +0000
commitd0f9fab0ec009703bb315fe64a00acea19ce2dc0 (patch)
treefe10b43533979183287b3a7f2a491c4d7a1f5dc3 /sysutils
parentf4ccc7a854c431444f5cf253c24ab899841b68b1 (diff)
downloadpkgsrc-d0f9fab0ec009703bb315fe64a00acea19ce2dc0.tar.gz
honour PKG_SYSCONFDIR.
fixes pkg/18530 from Hauke Fath <hf@tangro.de>.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-common/Makefile.common3
-rw-r--r--sysutils/amanda-dev-common/Makefile.common3
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common
index 61ec3897c3c..b450e6d6200 100644
--- a/sysutils/amanda-common/Makefile.common
+++ b/sysutils/amanda-common/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2002/09/05 18:07:54 jschauma Exp $
+# $NetBSD: Makefile.common,v 1.10 2002/10/20 03:20:34 grant Exp $
#
# common make file fragment shared by all amanda-* pkgs.
#
@@ -29,3 +29,4 @@ CONFIGURE_ARGS+= --with-amandahosts
CONFIGURE_ARGS+= --localstatedir=${AMANDA_VAR}
CONFIGURE_ARGS+= --with-gnutar-listdir=${AMANDA_VAR}/gnutar-lists
CONFIGURE_ARGS+= --with-dump-honor-nodump
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
diff --git a/sysutils/amanda-dev-common/Makefile.common b/sysutils/amanda-dev-common/Makefile.common
index 1223b14f006..ef389ae2989 100644
--- a/sysutils/amanda-dev-common/Makefile.common
+++ b/sysutils/amanda-dev-common/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2002/09/05 18:07:54 jschauma Exp $
+# $NetBSD: Makefile.common,v 1.3 2002/10/20 03:20:35 grant Exp $
#
# common make file fragment shared by all amanda-* pkgs.
#
@@ -35,3 +35,4 @@ CONFIGURE_ARGS+= --with-amandahosts
CONFIGURE_ARGS+= --localstatedir=${AMANDA_VAR}
CONFIGURE_ARGS+= --with-gnutar-listdir=${AMANDA_VAR}/gnutar-lists
CONFIGURE_ARGS+= --with-dump-honor-nodump
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}