pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2003Q4]: pkgsrc/mail/postfix Pullup an installation fix from J...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46f0dc5a20ac
branches:  pkgsrc-2003Q4
changeset: 463700:46f0dc5a20ac
user:      agc <agc%pkgsrc.org@localhost>
date:      Wed Dec 10 08:02:12 2003 +0000

description:
Pullup an installation fix from Johnny Lam to the pkgsrc-2003Q4
branch, requested by Jeremy Reed.

        revision 1.110
        date: 2003/11/26 06:03:41;  author: jlam;  state: Exp;  lines: +2 -2
        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 f583c4d48b46 -r 46f0dc5a20ac mail/postfix/Makefile
--- a/mail/postfix/Makefile     Tue Dec 09 12:19:53 2003 +0000
+++ b/mail/postfix/Makefile     Wed Dec 10 08:02:12 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2003/11/21 16:07:13 jlam Exp $
+# $NetBSD: Makefile,v 1.109.2.1 2003/12/10 08:02:12 agc 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