summaryrefslogtreecommitdiff
path: root/vietnamese
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-08-09 08:36:51 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-08-09 08:39:07 +0200
commitc82d9248b0e4473ab24749d294f56e3a571a9dcc (patch)
tree48017f963e2357e6fc67818d4109a4031ec54994 /vietnamese
parenttextproc/sl-hunspell: new port (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