From c1601c9acc19ea0aabc49cb6cfdc3cd84e5c05e9 Mon Sep 17 00:00:00 2001
From: bapt <bapt@FreeBSD.org>
Date: Sun, 11 Oct 2015 19:25:39 +0000
Subject: Use existing CONFDIR instead of adding a new CONFIGDIR

Reported by:	jbeich
---
 libexec/dma/dmagent/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libexec/dma')

diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile
index 6ce13c0..6f7e8b0 100644
--- a/libexec/dma/dmagent/Makefile
+++ b/libexec/dma/dmagent/Makefile
@@ -17,7 +17,7 @@ SRCS=	aliases_parse.y \
 	util.c
 MAN8=	dma.8
 CONFS=	dma.conf
-CONFSDIR=	${CONFIGDIR}/dma
+CONFSDIR=	${CONFDIR}/dma
 YFLAGS+=	-i
 CLEANFILES=	aliases_parse.i
 FILES=	mailer.conf
-- 
cgit v1.1