mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- assume all ldap version work
PR: 75077 Submitted by: Jose M Rodriguez - don't install helpfile on pointyhat cluster
This commit is contained in:
parent
f8b42ab2f1
commit
34b856ebd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124182
@ -128,7 +128,7 @@ OPENLDAP_LIB?= libldap.so.2
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
|
||||
.else
|
||||
USE_OPENLDAP_VER?= 22
|
||||
USE_OPENLDAP= yes
|
||||
.endif
|
||||
.else
|
||||
CONFLICTS+= sendmail*+ldap*-8.*
|
||||
@ -293,6 +293,14 @@ do-configure:
|
||||
'APPENDDEF(`confENVDEF'\'', `-DSM_CONF_SHM=0'\'')' \
|
||||
>> ${WCONF}/site.config.m4
|
||||
.endif
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH)
|
||||
${ECHO_CMD} \
|
||||
'define(`confNO_HELPFILE_INSTALL'\'',`True'\'')' \
|
||||
>> ${WCONF}/site.config.m4
|
||||
${ECHO_CMD} \
|
||||
'define(`confNO_STATISTICS_INSTALL'\'', `True'\'')' \
|
||||
>> ${WCONF}/site.config.m4
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
( cd ${WRKSRC}/doc/op && ${MAKE} op.txt )
|
||||
|
Loading…
Reference in New Issue
Block a user