summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2007-12-02 02:17:24 +0000
committergdt <gdt>2007-12-02 02:17:24 +0000
commitceba87b9da91b069eeb7a4545cdf867800cac83b (patch)
tree66915445fa48b785530317b8c37fbe4434101501
parent5a4801283d15a0eb5fe107afad3110b5e819e352 (diff)
downloadpkgsrc-ceba87b9da91b069eeb7a4545cdf867800cac83b.tar.gz
Don't add smtpd.conf as a conf file in the dovecot-sasl case,
because it doesn't exist unless sasl is defined, causing building with options dovecot-sasl and not sasl to fail.
-rw-r--r--mail/postfix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 64911028bea..53cb820a889 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.210 2007/10/30 19:31:39 martti Exp $
+# $NetBSD: Makefile,v 1.211 2007/12/02 02:17:24 gdt Exp $
DISTNAME= postfix-2.4.6
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
DIST_SUBDIR= postfix
@@ -117,7 +117,7 @@ CONF_FILES_PERMS= # empty
CONF_FILES_PERMS+= ${EXAMPLEDIR}/${i} ${PKG_SYSCONFDIR}/${i} \
${ROOT_USER} ${ROOT_GROUP} 755
.endfor
-.if !empty(PKG_OPTIONS:Msasl) || !empty(PKG_OPTIONS:Mdovecot-sasl)
+.if !empty(PKG_OPTIONS:Msasl)
MAKE_DIRS+= ${SASLLIBDIR}
CONF_FILES+= ${EXAMPLEDIR}/smtpd.conf ${SASLLIBDIR}/smtpd.conf
.endif