git: 4981169660a2 - main - 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 main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=4981169660a2f176af79e330c405bab747402fb8 commit 4981169660a2f176af79e330c405bab747402fb8 Author: Juraj Lutter <[email protected]> AuthorDate: 2026-08-14 17:02:23 +0000 Commit: Juraj Lutter <[email protected]> CommitDate: 2026-08-14 17:03:36 +0000 mail/postfix: Fix mongo flavor with INST_BASE Fixes: c01b34960fd --- mail/postfix/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 91cfd0d354cf..00ff283f794c 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