1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Comment why we do magic to DISTNAME

This is to preserve compat with old package name.
This commit is contained in:
Alfred Perlstein 2016-05-15 21:07:00 +00:00
parent e7aaf530c5
commit 9dd0580611
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415285

View File

@ -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