From c82d9248b0e4473ab24749d294f56e3a571a9dcc Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 9 Aug 2021 08:36:51 +0200 Subject: hunspell: avoid plist substitution When using PLIST_FILES substitution is not necessary and recommended not to use, the direct use of make(1) variables, works perfectly fine. --- ukrainian/hunspell/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ukrainian') diff --git a/ukrainian/hunspell/Makefile b/ukrainian/hunspell/Makefile index 348eccc6d646..e26d69d1e780 100644 --- a/ukrainian/hunspell/Makefile +++ b/ukrainian/hunspell/Makefile @@ -20,8 +20,8 @@ USE_PERL5= build USES= gmake iconv:build shebangfix perl5 tar:tgz SHEBANG_FILES= bin/*.pl -PLIST_FILES= %%DATADIR%%/uk_UA.aff \ - %%DATADIR%%/uk_UA.dic +PLIST_FILES= ${DATADIR}/uk_UA.aff \ + ${DATADIR}/uk_UA.dic post-patch: @${REINPLACE_CMD} -e "s,/bin/true,/usr/bin/true,g" ${WRKSRC}/src/Dictionary/Makefile -- cgit v1.2.3