summaryrefslogtreecommitdiff
path: root/mail/milter-greylist
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 16:25:17 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 16:25:17 +0000
commitcb939586bb2b8b07300fb8a44168e16cd97ab2ed (patch)
treeb151db1ab438a9ffd9c5397b6a4fe08f07b05049 /mail/milter-greylist
parentacea7f0682b89f8d0999e81a81341dfe21db49fc (diff)
downloadpkgsrc-cb939586bb2b8b07300fb8a44168e16cd97ab2ed.tar.gz
mail: align variable assignments
pkglint -Wall -F --only aligned -r No manual corrections.
Diffstat (limited to 'mail/milter-greylist')
-rw-r--r--mail/milter-greylist/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index 2ca279a5d4e..519009e2f2a 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2019/08/22 12:23:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.77 2019/11/02 16:25:23 rillig Exp $
DISTNAME= milter-greylist-4.4.3
PKGREVISION= 14
@@ -36,15 +36,15 @@ INSTALLATION_DIRS+= share/examples/milter-greylist
OWN_DIRS_PERMS+= ${VARBASE}/milter-greylist ${MILTER_USER} ${MILTER_GROUP} 0755
-SUBST_CLASSES+= paths
-SUBST_STAGE.paths= pre-configure
-SUBST_FILES.paths= greylist.conf greylist2.conf
-SUBST_SED.paths+= -e "s|/var/run|${VARBASE}/run|g"
-SUBST_SED.paths+= -e "s|/var/milter-greylist|${VARBASE}/milter-greylist|g"
-SUBST_MESSAGE.paths= Fixing paths in conf examples.
+SUBST_CLASSES+= paths
+SUBST_STAGE.paths= pre-configure
+SUBST_FILES.paths= greylist.conf greylist2.conf
+SUBST_SED.paths+= -e "s|/var/run|${VARBASE}/run|g"
+SUBST_SED.paths+= -e "s|/var/milter-greylist|${VARBASE}/milter-greylist|g"
+SUBST_MESSAGE.paths= Fixing paths in conf examples.
-EGDIR= ${PREFIX}/share/examples/milter-greylist
-CONF_FILES= ${EGDIR}/greylist.conf ${PKG_SYSCONFDIR}/greylist.conf
+EGDIR= ${PREFIX}/share/examples/milter-greylist
+CONF_FILES= ${EGDIR}/greylist.conf ${PKG_SYSCONFDIR}/greylist.conf
post-install: