diff options
author | ghen <ghen@pkgsrc.org> | 2008-01-25 09:44:54 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-01-25 09:44:54 +0000 |
commit | d1e244d37e4313270e5d757483fb1817fc5e0618 (patch) | |
tree | cacb8a113a305d454a204e226ec5fe54995be4c0 /mail | |
parent | 877212a15ee180579998c5783f5830f5c82e0c74 (diff) | |
download | pkgsrc-d1e244d37e4313270e5d757483fb1817fc5e0618.tar.gz |
Reindent.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix-current/options.mk b/mail/postfix-current/options.mk index 5b341468caf..a42f17428c7 100644 --- a/mail/postfix-current/options.mk +++ b/mail/postfix-current/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.19 2008/01/25 09:42:54 ghen Exp $ +# $NetBSD: options.mk,v 1.20 2008/01/25 09:44:54 ghen Exp $ # Global and legacy options @@ -99,8 +99,8 @@ PLIST_SUBST+= SASL= MESSAGE_SRC+= ${PKGDIR}/MESSAGE.sasl MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} MESSAGE_SUBST+= SASLLIBDIR=${SASLLIBDIR} -MAKE_DIRS+= ${SASLLIBDIR} -CONF_FILES+= ${EXAMPLEDIR}/smtpd.conf ${SASLLIBDIR}/smtpd.conf +MAKE_DIRS+= ${SASLLIBDIR} +CONF_FILES+= ${EXAMPLEDIR}/smtpd.conf ${SASLLIBDIR}/smtpd.conf .else PLIST_SUBST+= SASL="@comment " CCARGS+= -DDEF_SERVER_SASL_TYPE=\"dovecot\" |