aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/py-websocket-client/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-websocket-client/Makefile b/www/py-websocket-client/Makefile
index 4e2b84f174a0..7c124858efbc 100644
--- a/www/py-websocket-client/Makefile
+++ b/www/py-websocket-client/Makefile
@@ -6,6 +6,9 @@ PORTVERSION= 0.37.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+# Newer version is called "websocket_client"
+# but to keep compat with old portname we fixup
+# "-" to "_" here.
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
MAINTAINER= alfred@FreeBSD.org