diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-06-23 09:22:15 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-06-23 09:22:15 +0200 |
commit | 7a06be0b80cde0927d60ef3df96c6077386e5963 (patch) | |
tree | 9eb529cbd6153f78581318888ca988b2caf2f8a3 | |
parent | net-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/Makefile | 4 |
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 |