git: 493e333346e9 - 2026Q3 - mail/postfix: Fix mongo flavor with INST_BASE
Juraj Lutter <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch 2026Q3 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=493e333346e9a17a5acb76d1893e514b55f5751d commit 493e333346e9a17a5acb76d1893e514b55f5751d Author: Juraj Lutter <[email protected]> AuthorDate: 2026-08-14 17:02:23 +0000 Commit: Juraj Lutter <[email protected]> CommitDate: 2026-08-14 17:06:46 +0000 mail/postfix: Fix mongo flavor with INST_BASE Fixes: c01b34960fd (cherry picked from commit 4981169660a2f176af79e330c405bab747402fb8) --- mail/postfix/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 838ef999dec0..f89498cbce90 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -188,6 +188,8 @@ PKGNAMESUFFIX= -base-pgsql PKGNAMESUFFIX= -base-sasl .elif ${FLAVOR:U} == sqlite PKGNAMESUFFIX= -base-sqlite +.elif ${FLAVOR:U} == mongo +PKGNAMESUFFIX= -base-mongo .else PKGNAMESUFFIX= -base .endif