From 40931c7afd4d618fb74c16419b9bc750440dba27 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 20 Oct 2002 03:20:34 +0000 Subject: honour PKG_SYSCONFDIR. fixes pkg/18530 from Hauke Fath . --- sysutils/amanda-dev-common/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/amanda-dev-common') 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} -- cgit v1.2.3