Bug 268639 - textproc/crunch: fix plist issue
Summary: textproc/crunch: fix plist issue
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-29 13:29 UTC by Vidar Karlsen
Modified: 2022-12-29 14:35 UTC (History)
1 user (show)

See Also:


Attachments
Fix PLIST_FILES error (870 bytes, patch)
2022-12-29 13:29 UTC, Vidar Karlsen
vidar: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vidar Karlsen 2022-12-29 13:29:47 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-12-29 14:35:32 UTC
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(-)