From f565a1af87ccaccae3cfc89af55ee17f3d8ff47b Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 13:24:18 +0000 Subject: ".for variable names should not contain uppercase letters" --- security/PAM/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/PAM') diff --git a/security/PAM/Makefile b/security/PAM/Makefile index 0e980ed41a5..0a9bdb4ebfd 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2012/10/23 18:16:20 asau Exp $ +# $NetBSD: Makefile,v 1.49 2013/04/06 13:24:19 rodent Exp $ DISTNAME= Linux-PAM-0.77 PKGNAME= ${DISTNAME:S/Linux-//} @@ -80,8 +80,8 @@ PLIST.limits= yes .endif CONF_FILES= ${EGDIR}/pam.conf ${PKG_SYSCONFBASEDIR}/pam.conf -.for FILE in ${CFILES} -CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE} +.for file in ${CFILES} +CONF_FILES+= ${EGDIR}/${file} ${PKG_SYSCONFDIR}/${file} .endfor SPECIAL_PERMS= ${PREFIX}/sbin/unix_chkpwd ${SETUID_ROOT_PERMS} -- cgit v1.2.3