Created attachment 239119 [details] Fix PLIST_FILES error PLIST_FILES contains a %%DATADIR%% variable. This is an error and causes the license files not to be installed. The attached patch changes it to a make variable, ${DATADIR}. Not bumping PORTREVISION for this as the port is not functionally changed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f20fb8b8b340e72c66431cc9b9737da121c531e commit 1f20fb8b8b340e72c66431cc9b9737da121c531e Author: Vidar Karlsen <vidar@karlsen.tech> AuthorDate: 2022-12-29 11:03:17 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-12-29 14:34:40 +0000 textproc/crunch: fix PLIST_FILES issue > FATAL: PLIST_FILES: files cannot contain %%FOO%% variables. > Use make variables and logic instead PR: 268639 textproc/crunch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)