diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 13:24:18 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 13:24:18 +0000 |
commit | f565a1af87ccaccae3cfc89af55ee17f3d8ff47b (patch) | |
tree | 7e09ae380f09209fdebcf2ee8170c971a410c319 /security/PAM | |
parent | 45ba4e37fd8e682cf12febc192ee0302681bfa77 (diff) | |
download | pkgsrc-f565a1af87ccaccae3cfc89af55ee17f3d8ff47b.tar.gz |
".for variable names should not contain uppercase letters"
Diffstat (limited to 'security/PAM')
-rw-r--r-- | security/PAM/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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} |