1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Finish stage support

This commit is contained in:
Antoine Brodin 2014-02-09 12:31:05 +00:00
parent 47e15a367e
commit 1cff881204
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343485
2 changed files with 4 additions and 5 deletions

View File

@ -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>

View File

@ -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