diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index c3770e206931..b403487f16aa 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -1,37 +1,38 @@ PORTNAME= pam_ldap PORTVERSION= 186 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ MAINTAINER= marcus@FreeBSD.org COMMENT= PAM module for authenticating with LDAP WWW= https://www.padl.com/OSS/pam_ldap.html LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LIB USES= cpe gmake ldap perl5 shebangfix USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-conf-file=${PREFIX}/etc/${PAM_LDAP_CONF} \ --with-ldap-dir=${LOCALBASE} \ --with-ldap-lib=openldap \ --with-ldap-secret-file=${PREFIX}/etc/ldap.secret +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SHEBANG_FILES= vers_string CPE_VENDOR= padl SUB_FILES= pkg-message PORTDATA= *.schema PAM_LDAP_CONF?= ldap.conf post-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.schema ${STAGEDIR}${DATADIR} .include diff --git a/security/pam_ldap/pkg-plist b/security/pam_ldap/pkg-plist index 845a517cb412..8036d0877b2a 100644 --- a/security/pam_ldap/pkg-plist +++ b/security/pam_ldap/pkg-plist @@ -1,3 +1,3 @@ -man/man5/pam_ldap.5.gz +share/man/man5/pam_ldap.5.gz @sample etc/ldap.conf.sample lib/pam_ldap.so