[Midnightbsd-cvs] mports [20471] trunk/security/pam_ldap: fix man page install

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 4 12:21:04 EDT 2015


Revision: 20471
          http://svnweb.midnightbsd.org/mports/?rev=20471
Author:   laffer1
Date:     2015-10-04 12:21:03 -0400 (Sun, 04 Oct 2015)
Log Message:
-----------
fix man page install

Modified Paths:
--------------
    trunk/security/pam_ldap/Makefile
    trunk/security/pam_ldap/pkg-plist

Modified: trunk/security/pam_ldap/Makefile
===================================================================
--- trunk/security/pam_ldap/Makefile	2015-10-04 16:18:26 UTC (rev 20470)
+++ trunk/security/pam_ldap/Makefile	2015-10-04 16:21:03 UTC (rev 20471)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pam_ldap
 PORTVERSION=	1.8.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security net
 MASTER_SITES=	http://www.padl.com/download/ \
 		ftp://ftp.padl.com/pub/
@@ -9,11 +9,11 @@
 DISTNAME=	pam_ldap-${PORTVERSION:S/.//g}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A pam module for authenticating with LDAP
+COMMENT=	Pam module for authenticating with LDAP
 
 LICENSE=	gpl2
 
-USE_GMAKE=	yes
+USES=		gmake perl5
 GNU_CONFIGURE=	yes
 USE_OPENLDAP=	yes
 USE_PERL5_BUILD=	yes
@@ -27,8 +27,6 @@
 PKGMESSAGE=	${WRKDIR}/pkg-message
 PORTDATA=	*.schema
 
-MAN5=		pam_ldap.5
-
 pre-install:
 	@${MKDIR} ${DATADIR}
 

Modified: trunk/security/pam_ldap/pkg-plist
===================================================================
--- trunk/security/pam_ldap/pkg-plist	2015-10-04 16:18:26 UTC (rev 20470)
+++ trunk/security/pam_ldap/pkg-plist	2015-10-04 16:21:03 UTC (rev 20471)
@@ -1,2 +1,3 @@
+man/man5/pam_ldap.5.gz
 etc/ldap.conf.dist
 lib/pam_ldap.so



More information about the Midnightbsd-cvs mailing list