git: d1755a0e8502 - main - mail/postfix mail/postfix-current: add back PKGPREFIX for sasl build
Olli Hauer
ohauer at FreeBSD.org
Thu May 6 20:37:58 UTC 2021
The branch main has been updated by ohauer:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d1755a0e8502d47300996e72a868b578a499a07b
commit d1755a0e8502d47300996e72a868b578a499a07b
Author: Olli Hauer <ohauer at FreeBSD.org>
AuthorDate: 2021-05-06 20:37:02 +0000
Commit: Olli Hauer <ohauer at FreeBSD.org>
CommitDate: 2021-05-06 20:37:02 +0000
mail/postfix mail/postfix-current: add back PKGPREFIX for sasl build
---
mail/postfix-current/Makefile | 4 ++++
mail/postfix/Makefile | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index bb3c62b34ede..6c5518c28b3e 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -93,7 +93,11 @@ BROKEN_FreeBSD_11= error: OpenSSL-1.1.1 is the minimum supported version
.endif
.if ${PORT_OPTIONS:MINST_BASE}
+.if defined(SASL_SLAVE)
+PKGNAMESUFFIX= -current-base-sasl
+.else
PKGNAMESUFFIX= -current-base
+.endif
PREFIX= /usr
ETCDIR= /etc/postfix
PLIST_SUB+= BMAN="share/"
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index ec7c746c0e0e..f6ad60f7b211 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -93,7 +93,11 @@ BROKEN_FreeBSD_11= error: OpenSSL-1.1.1 is the minimum supported version
.endif
.if ${PORT_OPTIONS:MINST_BASE}
+.if defined(SASL_SLAVE)
+PKGNAMESUFFIX= -base-sasl
+.else
PKGNAMESUFFIX= -base
+.endif
PREFIX= /usr
ETCDIR= /etc/postfix
PLIST_SUB+= BMAN="share/"
More information about the dev-commits-ports-all
mailing list