diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-17 08:57:51 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-17 08:57:51 +0000 |
commit | fa3a17c064e297850f0b1015d83b1c888a00ab3c (patch) | |
tree | c3c7db59ec25cc053624401e8f85e762c1460b28 /security/pam_pwdfile/Makefile | |
parent | f636188f97278d8e2ef103b71ac9d1ab591313bb (diff) |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=362126
Diffstat (limited to 'security/pam_pwdfile/Makefile')
-rw-r--r-- | security/pam_pwdfile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_pwdfile/Makefile b/security/pam_pwdfile/Makefile index 3e4164627238..c1f5eab4a40a 100644 --- a/security/pam_pwdfile/Makefile +++ b/security/pam_pwdfile/Makefile @@ -8,7 +8,7 @@ CATEGORIES= security MASTER_SITES= http://cpbotha.net/files/pam_pwdfile/ MAINTAINER= mschout@gkg.net -COMMENT= A pam module for authenticating with flat passwd files +COMMENT= Pam module for authenticating with flat passwd files MAKEFILE= ${FILESDIR}/Makefile.bsd |