diff options
author | garga <garga@FreeBSD.org> | 2006-01-31 17:38:25 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-01-31 17:38:25 +0800 |
commit | 934ae03e711e71e0fb0b68b5478c4b857fdfda3f (patch) | |
tree | 2e88551cf91e24682081eb06a4383bc5c53167a1 /mail/qmail/Makefile | |
parent | 76355312507ea5df5fdb20f1b77f1b8a0c46c825 (diff) | |
download | freebsd-ports-gnome-934ae03e711e71e0fb0b68b5478c4b857fdfda3f.tar.gz freebsd-ports-gnome-934ae03e711e71e0fb0b68b5478c4b857fdfda3f.tar.zst freebsd-ports-gnome-934ae03e711e71e0fb0b68b5478c4b857fdfda3f.zip |
- qmail-tls is not working fine with auth, fix it printing STATTLS alone in
one line on EHLO command [1]
- Add ECHO_CMD to SUB_LIST, it's necessary to boot files
PR: ports/92574 [1]
Submitted by: Cristiano Deana <cris@gufi.org> [1]
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 0fa4474078d3..306e6faf83e7 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -238,6 +238,7 @@ SLAVEPORT_LINE= spamcontrol .endif SUB_FILES+= mailer.conf.sample bootfiles.sed enable-qmail +SUB_LIST+= ECHO_CMD=${ECHO_CMD} PKGINSTALL?= ${WRKDIR}/pkg-install .if defined(PKGMESSAGE_SUFFIX) |