From 8ad06a586df43011e092eeee1bc1ac0ccfe9b18b Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 10 Dec 2003 08:02:12 +0000 Subject: 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. --- mail/postfix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 0611b1cd89d..b7ab86a904a 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -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 @@ pre-install: . else ${ECHO} "pwcheck_method: sasldb" > ${WRKDIR}/smtpd.conf . endif -.endif ${INSTALL_DATA} ${WRKDIR}/smtpd.conf ${SHAREDIR} +.endif ${INSTALL_SCRIPT} ${WRKSRC}/conf/post-install ${SHAREDIR} ${INSTALL_SCRIPT} ${WRKSRC}/conf/postfix-files ${SHAREDIR} ${INSTALL_SCRIPT} ${WRKSRC}/conf/postfix-script ${SHAREDIR} -- cgit v1.2.3