summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authormartti <martti>2006-10-16 11:03:07 +0000
committermartti <martti>2006-10-16 11:03:07 +0000
commitf88e196cca284516d9163bff6ed90b3b4153dea8 (patch)
treec66c4816602288d0e1bdfac379fd4298146cccc3 /mail
parent4e614ba0d04dcd662cc613de8fa614e5339b4998 (diff)
downloadpkgsrc-f88e196cca284516d9163bff6ed90b3b4153dea8.tar.gz
Substitute _file_ with i to make pkglint happy.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile10
-rw-r--r--mail/postfix/Makefile10
2 files changed, 10 insertions, 10 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 78b38f73e31..c1afc9fa2e3 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -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_GECOS.postfix= Postfix User
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 --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index a4829a92d25..d1b2b1a56c7 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -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_GECOS.postfix= Postfix User
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)