diff options
| author | Juraj Lutter <otis@FreeBSD.org> | 2026-08-14 17:02:23 +0000 |
|---|---|---|
| committer | Juraj Lutter <otis@FreeBSD.org> | 2026-08-14 17:06:46 +0000 |
| commit | 493e333346e9a17a5acb76d1893e514b55f5751d (patch) | |
| tree | d334bf9fbcc6d30081e510fe091e22e5b8e7a3e3 | |
| parent | 9773228bf9e1dba332f7c39f0396870ddd0aee2f (diff) | |
mail/postfix: Fix mongo flavor with INST_BASE
Fixes: c01b34960fd
(cherry picked from commit 4981169660a2f176af79e330c405bab747402fb8)
| -rw-r--r-- | mail/postfix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
