svn commit: r343485 - head/net/nss_ldap

Antoine Brodin antoine at FreeBSD.org
Sun Feb 9 12:31:06 UTC 2014


Author: antoine
Date: Sun Feb  9 12:31:05 2014
New Revision: 343485
URL: http://svnweb.freebsd.org/changeset/ports/343485
QAT: https://qat.redports.org/buildarchive/r343485/

Log:
  Finish stage support

Modified:
  head/net/nss_ldap/Makefile
  head/net/nss_ldap/pkg-plist

Modified: head/net/nss_ldap/Makefile
==============================================================================
--- head/net/nss_ldap/Makefile	Sun Feb  9 12:28:47 2014	(r343484)
+++ head/net/nss_ldap/Makefile	Sun Feb  9 12:31:05 2014	(r343485)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nss_ldap
 PORTVERSION=	1.${NSS_LDAP_VERSION}
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	net
 MASTER_SITES=	http://www.padl.com/download/ \
 		LOCAL/martymac
@@ -39,8 +39,6 @@ CONFIGURE_ARGS=	--with-ldap-conf-file=${
 		--enable-rfc2307bis \
 		--enable-paged-results
 
-MAN5=	nss_ldap.5
-
 SUB_FILES=	pkg-message
 
 .include <bsd.port.options.mk>
@@ -68,7 +66,7 @@ post-patch:
 	@${REINPLACE_CMD} 's,#!/usr/bin/perl,#!${PERL},' \
 		${WRKSRC}/vers_string
 	@${REINPLACE_CMD} 's,/etc/ldap\.,${PREFIX}/etc/nss_ldap.,g' \
-		${WRKSRC}/${MAN5}
+		${WRKSRC}/nss_ldap.5
 
 # XXX: newer autoconf's rely on the compiler result, not the preprocessor
 #      for checking headers, so the configure.in needs to be fixed upstream
@@ -81,6 +79,6 @@ post-configure:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/nss_ldap.so ${STAGEDIR}/${PREFIX}/lib/nss_ldap.so.1
 	${INSTALL_DATA} ${WRKSRC}/ldap.conf ${STAGEDIR}/${PREFIX}/etc/nss_ldap.conf.sample
-	${INSTALL_MAN} ${WRKSRC}/${MAN5} ${STAGEDIR}/${MAN5PREFIX}/man/man5
+	${INSTALL_MAN} ${WRKSRC}/nss_ldap.5 ${STAGEDIR}/${MAN5PREFIX}/man/man5
 
 .include <bsd.port.mk>

Modified: head/net/nss_ldap/pkg-plist
==============================================================================
--- head/net/nss_ldap/pkg-plist	Sun Feb  9 12:28:47 2014	(r343484)
+++ head/net/nss_ldap/pkg-plist	Sun Feb  9 12:31:05 2014	(r343485)
@@ -2,3 +2,4 @@ lib/nss_ldap.so.1
 @unexec if cmp -s %D/etc/nss_ldap.conf %D/etc/nss_ldap.conf.sample; then rm -f %D/etc/nss_ldap.conf; fi
 etc/nss_ldap.conf.sample
 @exec if [ ! -f %D/etc/nss_ldap.conf ]; then cp %B/%f %D/etc/nss_ldap.conf; fi
+man/man5/nss_ldap.5.gz


More information about the svn-ports-head mailing list