summaryrefslogtreecommitdiff
path: root/mail/dnsbl-milter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dnsbl-milter/Makefile')
-rw-r--r--mail/dnsbl-milter/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dnsbl-milter/Makefile b/mail/dnsbl-milter/Makefile
index 7c3a09bd053..9116e5d892c 100644
--- a/mail/dnsbl-milter/Makefile
+++ b/mail/dnsbl-milter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/06/24 10:59:41 nia Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 16:25:20 rillig Exp $
#
VERSION= 6.45
@@ -12,7 +12,7 @@ HOMEPAGE= https://www.five-ten-sg.com/dnsbl/
COMMENT= DNSBL Sendmail milter
LICENSE= gnu-gpl-v3
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
PKG_SYSCONFSUBDIR?= dnsbl-milter
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}/${PKG_SYSCONFSUBDIR}
CONFIGURE_ARGS+= ac_cv_path_BASH=${SH}
@@ -33,11 +33,11 @@ EGDIR= share/examples/dnsbl-milter
CONFS= dnsbl.conf hosts-ignore.conf tld.conf html-tags.conf
.for f in ${CONFS}
-CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
+CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
INSTALLATION_DIRS= ${EGDIR} ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
-INSTALL_DIRS= src man
+INSTALL_DIRS= src man
post-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${CONFS} ${DESTDIR}${PREFIX}/${EGDIR}