mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
d7eb63a9e1
- Save more documentation in %%PREFIX%%/share/doc/sendmail - Update Sendmail package, only libmilter will be installed. - Bump PORTREVISION - Cleanup configuration, reduced overhead in "site.config.m4" files - New option SENDMAIL_WITHOUT_IPV6=yes - Use global WITH_TLS as well as SENDMAIL_WITH_TLS - New slave ports: sendmail-sasl, sendmail-ldap - vbsfilter now build a package
9 lines
345 B
Plaintext
9 lines
345 B
Plaintext
define(`confEBINDIR',`%%PREFIX%%/libexec')
|
|
define(`confMANROOT',`%%PREFIX%%/man/cat')
|
|
define(`confMANROOTMAN',`%%PREFIX%%/man/man')
|
|
define(`confMBINDIR',`%%PREFIX%%/sbin')
|
|
define(`confSBINDIR',`%%PREFIX%%/sbin')
|
|
define(`confUBINDIR',`%%PREFIX%%/bin')
|
|
APPENDDEF(`conf_sendmail_ENVDEF', `-DTCPWRAPPERS')
|
|
APPENDDEF(`conf_sendmail_LIBS', `-lwrap')"
|