Multiple ports install (conflicting) /usr/local/LICENSE files

From: Stefan Esser <se_at_FreeBSD.org>
Date: Wed, 12 Jan 2022 21:47:25 UTC
While checking for port install conflicts I noticed a number of ports
that each install a file ${LOCALBASE}/LICENSE.

Maintainer              Port
---------------------------------------------------------------
amdmi3@FreeBSD.org      devel/py-pytest-datadir
contato@kanazuchi.com   textproc/py-transpopy
joneum@FreeBSD.org      databases/mysql80-server
nc@FreeBSD.org          misc/py-alive-progress
python@FreeBSD.org      devel/py-amalgamate
sergey@akhmatov.ru      net/py-confluent-kafka
sunpoet@FreeBSD.org     misc/py-huepy, textproc/py-ttp,
			www/py-flask-apscheduler, www/py-planet
wen@FreeBSD.org         textproc/py-sphinx-markdown-tables
yuri@FreeBSD.org        finance/py-bitcoin

I have created PRs for these ports, but since most are Python ports I
am assuming that there is a problem in one of the tools that support
the building and installation of Python modules.

The ports use "autoplist" and thus only an inspection of the package
contents shows the bogus LICENSE files.

Therefore, I'd think that the underlying issue should be solved ...


The mysql80-server port is different and installs both LICENSE.router
and README.router in /usr/local (and those are listed in pkg-plist).

Regards, STefan