Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-08-09 09:36:51 +0300
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-08-09 09:39:07 +0300
commitc82d9248b0e4473ab24749d294f56e3a571a9dcc (patch)
tree48017f963e2357e6fc67818d4109a4031ec54994 /vietnamese
parentf24d493a022321d07345ac6d9a65afc05d72de0f (diff)
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.
Diffstat (limited to 'vietnamese')
-rw-r--r--vietnamese/hunspell/Makefile8
1 files changed, 4 insertions, 4 deletions
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