git: 1f20fb8b8b34 - main - textproc/crunch: fix PLIST_FILES issue
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Dec 2022 14:34:54 UTC
The branch main has been updated by lwhsu:
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(-)
diff --git a/textproc/crunch/Makefile b/textproc/crunch/Makefile
index 7c90ec4d189a..ac2982c2fe1d 100644
--- a/textproc/crunch/Makefile
+++ b/textproc/crunch/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:tgz
-PLIST_FILES= bin/crunch man/man1/crunch.1.gz %%DATADIR%%/charset.lst
+PLIST_FILES= bin/crunch man/man1/crunch.1.gz ${DATADIR}/charset.lst
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin