pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Substitute _file_ with i to make pkglint happy.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc9445a79b94
branches: trunk
changeset: 520160:cc9445a79b94
user: martti <martti%pkgsrc.org@localhost>
date: Mon Oct 16 11:03:07 2006 +0000
description:
Substitute _file_ with i to make pkglint happy.
diffstat:
mail/postfix-current/Makefile | 10 +++++-----
mail/postfix/Makefile | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diffs (52 lines):
diff -r f92588f73546 -r cc9445a79b94 mail/postfix-current/Makefile
--- a/mail/postfix-current/Makefile Mon Oct 16 11:00:54 2006 +0000
+++ b/mail/postfix-current/Makefile Mon Oct 16 11:03:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2006/10/16 10:58:24 martti Exp $
+# $NetBSD: Makefile,v 1.72 2006/10/16 11:03:07 martti Exp $
DISTNAME= postfix-2.4-20061015
#PKGREVISION= 1
@@ -107,12 +107,12 @@
PKG_HOME.postfix= ${POSTFIX_QUEUE_DIR}
CONF_FILES= # empty
-.for _file_ in main.cf master.cf postfix-files
-CONF_FILES+= ${EXAMPLEDIR}/${_file_} ${PKG_SYSCONFDIR}/${_file_}
+.for i in main.cf master.cf postfix-files
+CONF_FILES+= ${EXAMPLEDIR}/${i} ${PKG_SYSCONFDIR}/${i}
.endfor
CONF_FILES_PERMS= # empty
-.for _file_ in post-install postfix-script
-CONF_FILES_PERMS+= ${EXAMPLEDIR}/${_file_} ${PKG_SYSCONFDIR}/${_file_} \
+.for i in post-install postfix-script
+CONF_FILES_PERMS+= ${EXAMPLEDIR}/${i} ${PKG_SYSCONFDIR}/${i} \
${ROOT_USER} ${ROOT_GROUP} 755
.endfor
.if !empty(PKG_OPTIONS:Msasl)
diff -r f92588f73546 -r cc9445a79b94 mail/postfix/Makefile
--- a/mail/postfix/Makefile Mon Oct 16 11:00:54 2006 +0000
+++ b/mail/postfix/Makefile Mon Oct 16 11:03:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.191 2006/10/16 10:58:24 martti Exp $
+# $NetBSD: Makefile,v 1.192 2006/10/16 11:03:07 martti Exp $
DISTNAME= postfix-2.3.3
#PKGREVISION= 1
@@ -107,12 +107,12 @@
PKG_HOME.postfix= ${POSTFIX_QUEUE_DIR}
CONF_FILES= # empty
-.for _file_ in main.cf master.cf postfix-files
-CONF_FILES+= ${EXAMPLEDIR}/${_file_} ${PKG_SYSCONFDIR}/${_file_}
+.for i in main.cf master.cf postfix-files
+CONF_FILES+= ${EXAMPLEDIR}/${i} ${PKG_SYSCONFDIR}/${i}
.endfor
CONF_FILES_PERMS= # empty
-.for _file_ in post-install postfix-script
-CONF_FILES_PERMS+= ${EXAMPLEDIR}/${_file_} ${PKG_SYSCONFDIR}/${_file_} \
+.for i in post-install postfix-script
+CONF_FILES_PERMS+= ${EXAMPLEDIR}/${i} ${PKG_SYSCONFDIR}/${i} \
${ROOT_USER} ${ROOT_GROUP} 755
.endfor
.if !empty(PKG_OPTIONS:Msasl)
Home |
Main Index |
Thread Index |
Old Index