- fix build when perl built with USE_PERL set to off (no symlink in /usr/bin)
PR: 163687 Submitted by: Mel Flynn <mel at datakitty.lan.rachie.is-a-geek dot net> Approved by: maintainer (timeout, 2 weeks)
This commit is contained in:
parent
8203b92bd5
commit
165894bc19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288960
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's,/etc/ldap\.,${PREFIX}/etc/nss_ldap.,g' \
|
||||
-e 's,/etc/openldap/ldap\.,${PREFIX}/etc/openldap/ldap.,g' \
|
||||
${WRKSRC}/ldap.conf
|
||||
@${REINPLACE_CMD} 's,#!/usr/bin/perl,#!${PERL},' \
|
||||
${WRKSRC}/vers_string
|
||||
@${REINPLACE_CMD} 's,/etc/ldap\.,${PREFIX}/etc/nss_ldap.,g' \
|
||||
${WRKSRC}/${MAN5}
|
||||
|
||||
|
|
Loading…
Reference in a new issue