summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2025-06-23 09:22:15 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2025-06-23 09:22:15 +0200
commit7a06be0b80cde0927d60ef3df96c6077386e5963 (patch)
tree9eb529cbd6153f78581318888ca988b2caf2f8a3
parentnet-im/signal-desktop: Update to 7.58.0 (diff)
net/haproxy30: fix pkgname conflict
Each flavor are supposed to get the same suffix as the main port, so apply the right suffix to wolfssl haproxy-wolfssl -> haproxy30-wolfssl
-rw-r--r--net/haproxy30/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy30/Makefile b/net/haproxy30/Makefile
index 3535f05cd8f8..02bc29f7eb97 100644
--- a/net/haproxy30/Makefile
+++ b/net/haproxy30/Makefile
@@ -19,9 +19,9 @@ USE_RC_SUBR= haproxy
default_CONFLICTS_INSTALL= haproxy-lua haproxy-wolfssl
lua_CONFLICTS_INSTALL= haproxy-devel haproxy-wolfssl
-lua_PKGNAMESUFFIX= 30-lua
+lua_PKGNAMESUFFIX:= 30-lua
wolfssl_CONFLICTS_INSTALL= haproxy-devel haproxy-lua
-wolfssl_PKGNAMESUFFIX= -wolfssl
+wolfssl_PKGNAMESUFFIX= 30-wolfssl
CONFLICTS_INSTALL= haproxy haproxy24 haproxy26 haproxy28