diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-09 12:31:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-09 12:31:05 +0000 |
commit | 1cff881204bfb45a85489faac218a43a0df4d72f (patch) | |
tree | b6d7090cfdeffa8cd517bc778bfb6f6f35531803 /net/nss_ldap/Makefile | |
parent | 47e15a367e076c2ef1dd082bdb0477623c5d4f13 (diff) | |
download | ports-1cff881204bfb45a85489faac218a43a0df4d72f.tar.gz ports-1cff881204bfb45a85489faac218a43a0df4d72f.zip |
Notes
Diffstat (limited to 'net/nss_ldap/Makefile')
-rw-r--r-- | net/nss_ldap/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index 8a993c1cc74c..69274dfbd80f 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -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=${PREFIX}/etc/nss_ldap.conf \ --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> |