pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/postfix Only install smtpd.conf if we're using SA...
details: https://anonhg.NetBSD.org/pkgsrc/rev/350cb0022c1f
branches: trunk
changeset: 463767:350cb0022c1f
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Nov 26 06:03:41 2003 +0000
description:
Only install smtpd.conf if we're using SASL. Fixes bulk build breakage
from Al's 20031124 results.
diffstat:
mail/postfix/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r c7276ec5e3df -r 350cb0022c1f mail/postfix/Makefile
--- a/mail/postfix/Makefile Wed Nov 26 05:59:50 2003 +0000
+++ b/mail/postfix/Makefile Wed Nov 26 06:03:41 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2003/11/21 16:07:13 jlam Exp $
+# $NetBSD: Makefile,v 1.110 2003/11/26 06:03:41 jlam Exp $
DISTNAME= postfix-2.0.16
CATEGORIES= mail
@@ -168,8 +168,8 @@
. else
${ECHO} "pwcheck_method: sasldb" > ${WRKDIR}/smtpd.conf
. endif
+ ${INSTALL_DATA} ${WRKDIR}/smtpd.conf ${SHAREDIR}
.endif
- ${INSTALL_DATA} ${WRKDIR}/smtpd.conf ${SHAREDIR}
${INSTALL_SCRIPT} ${WRKSRC}/conf/post-install ${SHAREDIR}
${INSTALL_SCRIPT} ${WRKSRC}/conf/postfix-files ${SHAREDIR}
${INSTALL_SCRIPT} ${WRKSRC}/conf/postfix-script ${SHAREDIR}
Home |
Main Index |
Thread Index |
Old Index