diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-03-31 17:44:14 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-03-31 17:44:14 +0000 |
commit | b49be27ea0831ef15ad474f6b76b1d2cc88b74a8 (patch) | |
tree | 8765063dc63ba51c6aea13a5e6b342a1b3bdaea4 /mail/opensmtpd | |
parent | 2e5828178907c8d1910ec116b98137e43156ff1a (diff) |
mail/opensmtpd: We not need to care about OpenBSD here
Make configure args for mbox path unconditional
Noted by: mat
Notes
Notes:
svn path=/head/; revision=529996
Diffstat (limited to 'mail/opensmtpd')
-rw-r--r-- | mail/opensmtpd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 1a9af0f7ef0c..82779d0f7e91 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -53,6 +53,7 @@ TABLE_DB_CONFIGURE_WITH= table-db CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \ --with-libevent=${LOCALBASE} \ --sysconfdir=${PREFIX}/etc/mail/ \ + --with-path-mbox=/var/mail --with-user-smtpd=_smtpd \ --with-user-queue=_smtpq \ --with-group-queue=_smtpq @@ -64,10 +65,6 @@ CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \ BROKEN= Openssl 1.0 API is EoL, upgrade to FreeBSD 12.x/13.x or add DEFAULT_VERSIONS+=ssl=[openssl|libressl*] to /etc/make.conf .endif -.if ${OPSYS} != OpenBSD -CONFIGURE_ARGS+= --with-path-mbox=/var/mail -.endif - post-install-TABLE_DB-on: @${LN} -sf ${PREFIX}/sbin/smtpctl ${STAGEDIR}${PREFIX}/libexec/opensmtpd/makemap |