pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Some pkglint fixes.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c2d6e3c0255
branches: trunk
changeset: 527270:4c2d6e3c0255
user: martti <martti%pkgsrc.org@localhost>
date: Tue Apr 03 07:18:59 2007 +0000
description:
Some pkglint fixes.
diffstat:
mail/postfix-current/Makefile | 4 ++--
mail/postfix/Makefile | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 5eb8abda9bec -r 4c2d6e3c0255 mail/postfix-current/Makefile
--- a/mail/postfix-current/Makefile Mon Apr 02 22:45:22 2007 +0000
+++ b/mail/postfix-current/Makefile Tue Apr 03 07:18:59 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2007/02/15 06:38:13 martti Exp $
+# $NetBSD: Makefile,v 1.79 2007/04/03 07:18:59 martti Exp $
DISTNAME= postfix-2.4-20070214
#PKGREVISION= 1
@@ -153,7 +153,7 @@
${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
diff -r 5eb8abda9bec -r 4c2d6e3c0255 mail/postfix/Makefile
--- a/mail/postfix/Makefile Mon Apr 02 22:45:22 2007 +0000
+++ b/mail/postfix/Makefile Tue Apr 03 07:18:59 2007 +0000
@@ -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+= ${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 @@
${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
Home |
Main Index |
Thread Index |
Old Index