summaryrefslogtreecommitdiff
path: root/sysutils/amanda-common
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-10-20 03:20:34 +0000
committergrant <grant@pkgsrc.org>2002-10-20 03:20:34 +0000
commit40931c7afd4d618fb74c16419b9bc750440dba27 (patch)
treefe10b43533979183287b3a7f2a491c4d7a1f5dc3 /sysutils/amanda-common
parent7ebdc4511b4492355e5f861005698975e6f1687e (diff)
downloadpkgsrc-40931c7afd4d618fb74c16419b9bc750440dba27.tar.gz
honour PKG_SYSCONFDIR.
fixes pkg/18530 from Hauke Fath <hf@tangro.de>.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r--sysutils/amanda-common/Makefile.common3
1 files changed, 2 insertions, 1 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}