diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:20:17 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:20:17 +0000 |
commit | c1b54b4f61922c33d9de664f0881815f97d7f008 (patch) | |
tree | f188cb113cf8eb05eecb0a886c897bec8fd12151 /security/pam-ldap | |
parent | 8cee801716c19084440add72337db8c66fdecd77 (diff) | |
download | pkgsrc-c1b54b4f61922c33d9de664f0881815f97d7f008.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'security/pam-ldap')
-rw-r--r-- | security/pam-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index eb05a81293c..7c797f52fe8 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 22:53:09 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/21 17:20:27 martti Exp $ # DISTNAME= pam_ldap-150 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.padl.com/pub/ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.padl.com/pam_ldap.html -COMMENT= pluggable authentication module for LDAP directories +COMMENT= Pluggable authentication module for LDAP directories GNU_CONFIGURE= YES USE_BUILDLINK2= YES |