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. --- vietnamese/hunspell/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vietnamese') diff --git a/vietnamese/hunspell/Makefile b/vietnamese/hunspell/Makefile index 8834d2239abf..0471ea163fb7 100644 --- a/vietnamese/hunspell/Makefile +++ b/vietnamese/hunspell/Makefile @@ -11,10 +11,10 @@ LICENSE= GPLv3 NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= %%DATADIR%%/vi-DauCu.aff \ - %%DATADIR%%/vi-DauCu.dic \ - %%DATADIR%%/vi-DauMoi.aff \ - %%DATADIR%%/vi-DauMoi.dic +PLIST_FILES= ${DATADIR}/vi-DauCu.aff \ + ${DATADIR}/vi-DauCu.dic \ + ${DATADIR}/vi-DauMoi.aff \ + ${DATADIR}/vi-DauMoi.dic GH_ACCOUNT= 1ec5 GH_PROJECT= ${PORTNAME}-vi -- cgit v1.2.3