diff options
author | agc <agc> | 2003-12-10 08:02:12 +0000 |
---|---|---|
committer | agc <agc> | 2003-12-10 08:02:12 +0000 |
commit | 8ad06a586df43011e092eeee1bc1ac0ccfe9b18b (patch) | |
tree | de1370f997ef470253eb1aeed98df8bb5eff1936 | |
parent | 23d3d07d858a098d3412dbf7df7ff1aefdd5ef90 (diff) | |
download | pkgsrc-8ad06a586df43011e092eeee1bc1ac0ccfe9b18b.tar.gz |
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.
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files 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} |