diff options
author | martti <martti> | 2007-04-03 07:18:59 +0000 |
---|---|---|
committer | martti <martti> | 2007-04-03 07:18:59 +0000 |
commit | 85ccfaf2ef1e04ea3fa1556f749ea4a2e657fbb0 (patch) | |
tree | 0157db9f1aef04a22e4350c5122faaf876d7d79d /mail/postfix | |
parent | 392a42775eac095733331705795adcc9b482cf88 (diff) | |
download | pkgsrc-85ccfaf2ef1e04ea3fa1556f749ea4a2e657fbb0.tar.gz |
Some pkglint fixes.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 568f062e9cb..7f926c239be 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.199 2007/02/20 16:49:29 joerg Exp $ +# $NetBSD: Makefile,v 1.200 2007/04/03 07:18:59 martti Exp $ DISTNAME= postfix-2.3.7 #PKGREVISION= 1 @@ -116,7 +116,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) || !empty(PKG_OPTIONS:Mdovecot-sasl) MAKE_DIRS+= ${SASLLIBDIR} CONF_FILES+= ${EXAMPLEDIR}/smtpd.conf ${SASLLIBDIR}/smtpd.conf .endif @@ -153,7 +153,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/conf/post-install ${EXAMPLEDIR} ${INSTALL_SCRIPT} ${WRKSRC}/conf/postfix-script ${EXAMPLEDIR} ${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EXAMPLEDIR}/mailer.conf - cd ${WRKSRC}; sh ./postfix-install -non-interactive \ + cd ${WRKSRC} && sh ./postfix-install -non-interactive \ config_directory="${EXAMPLEDIR}" ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl \ ${PREFIX}/sbin/qshape |