summaryrefslogtreecommitdiffstats
path: root/mail/sendmail811
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-04-29 02:50:27 +0000
committerdinoex <dinoex@FreeBSD.org>2004-04-29 02:50:27 +0000
commitae92cdae335ab6b84c83181277e00255e64b1b76 (patch)
treeddf347b636a195d1462fee1aff2bcdda27af6283 /mail/sendmail811
parent9fc28cb4073488856fa2c3992ebec9b737abd299 (diff)
downloadFreeBSD-ports-ae92cdae335ab6b84c83181277e00255e64b1b76.zip
FreeBSD-ports-ae92cdae335ab6b84c83181277e00255e64b1b76.tar.gz
- do not install a default statistic file
- do not update helpfile in BATCH mode
Diffstat (limited to 'mail/sendmail811')
-rw-r--r--mail/sendmail811/Makefile5
-rw-r--r--mail/sendmail811/files/site.config.m41
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile
index 3004dc4..7ebda04 100644
--- a/mail/sendmail811/Makefile
+++ b/mail/sendmail811/Makefile
@@ -120,6 +120,11 @@ do-configure:
${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \
-e "s=%%LOCALBASE%%=${LOCALBASE}=g" \
${SITE} > ${WCONF}/site.config.m4
+.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH)
+ ${ECHO_CMD} \
+ 'define(`confNO_HELPFILE_INSTALL'\'',`True'\'')' \
+ >> ${WCONF}/site.config.m4
+.endif
.if ! defined(SENDMAIL_WITHOUT_MILTER)
post-build:
diff --git a/mail/sendmail811/files/site.config.m4 b/mail/sendmail811/files/site.config.m4
index adc2b11..3c23ccd 100644
--- a/mail/sendmail811/files/site.config.m4
+++ b/mail/sendmail811/files/site.config.m4
@@ -4,5 +4,6 @@ define(`confMANROOTMAN',`%%PREFIX%%/man/man')
define(`confMBINDIR',`%%PREFIX%%/sbin')
define(`confSBINDIR',`%%PREFIX%%/sbin')
define(`confUBINDIR',`%%PREFIX%%/bin')
+define(`confNO_STATISTICS_INSTALL',`True')
APPENDDEF(`conf_sendmail_ENVDEF', `-DTCPWRAPPERS')
APPENDDEF(`conf_sendmail_LIBS', `-lwrap')"
OpenPOWER on IntegriCloud