aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-12-16 04:56:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-12-16 04:56:22 +0000
commitf8b42ab2f1c20073718fe880041a597155abf2fe (patch)
tree74b336ebefa4e3f21f43d9ee34d1f7d019cdef9d /mail
parent2c13adb30ced48fe2438ad271ee00c5e3e8853ea (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail811/Makefile5
-rw-r--r--mail/sendmail812/Makefile10
2 files changed, 13 insertions, 2 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile
index b59d1f98a63f..cdadb4a25722 100644
--- a/mail/sendmail811/Makefile
+++ b/mail/sendmail811/Makefile
@@ -57,7 +57,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
.endif
.if defined(SENDMAIL_WITH_SASL)
@@ -131,6 +131,9 @@ do-configure:
${ECHO_CMD} \
'define(`confNO_HELPFILE_INSTALL'\'',`True'\'')' \
>> ${WCONF}/site.config.m4
+ ${ECHO_CMD} \
+ 'define(`confNO_STATISTICS_INSTALL'\'', `True'\'')' \
+ >> ${WCONF}/site.config.m4
.endif
.if ! defined(SENDMAIL_WITHOUT_MILTER)
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile
index e4ff1105b9ca..3f802fde4e89 100644
--- a/mail/sendmail812/Makefile
+++ b/mail/sendmail812/Makefile
@@ -78,7 +78,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.*
@@ -216,6 +216,14 @@ do-configure:
'APPENDDEF(`confENVDEF'\'', `-DSM_CONF_SHM=0'\'')' \
>> ${WCONF}/site.config.m4
.endif
+.if defined(PARALLEL_APACKAGE_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 )