diff options
author | 2006-03-18 08:40:33 +0000 | |
---|---|---|
committer | 2006-03-18 08:40:33 +0000 | |
commit | dea2d474ee5262a9c404bc1c3b0bdb85c9c37180 (patch) | |
tree | 150896e8d3a33410b23f026bc566418623ae1277 /sys-auth/pam_ldap/pam_ldap-180.ebuild | |
parent | Bumping to version 2.0.2 wrt Bug #125693 (diff) | |
download | gentoo-2-dea2d474ee5262a9c404bc1c3b0bdb85c9c37180.tar.gz gentoo-2-dea2d474ee5262a9c404bc1c3b0bdb85c9c37180.tar.bz2 gentoo-2-dea2d474ee5262a9c404bc1c3b0bdb85c9c37180.zip |
Bug #105748, include manpage.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'sys-auth/pam_ldap/pam_ldap-180.ebuild')
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index bd6db502cbb6..8d2146fac627 100644 --- a/sys-auth/pam_ldap/pam_ldap-180.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-180.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.11 2006/01/02 07:14:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.12 2006/03/18 08:40:33 robbat2 Exp $ inherit eutils pam @@ -37,6 +37,8 @@ src_install() { dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema + doman pam_ldap.5 + docinto pam.d dodoc pam.d/* } |