aboutsummaryrefslogtreecommitdiff
path: root/portuguese
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-08-09 06:36:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-08-09 06:39:07 +0000
commitc82d9248b0e4473ab24749d294f56e3a571a9dcc (patch)
tree48017f963e2357e6fc67818d4109a4031ec54994 /portuguese
parentf24d493a022321d07345ac6d9a65afc05d72de0f (diff)
downloadports-c82d9248b0e4473ab24749d294f56e3a571a9dcc.tar.gz
ports-c82d9248b0e4473ab24749d294f56e3a571a9dcc.zip
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 'portuguese')
-rw-r--r--portuguese/hunspell/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/portuguese/hunspell/Makefile b/portuguese/hunspell/Makefile
index 71e915e5bc6a..da6eea70d815 100644
--- a/portuguese/hunspell/Makefile
+++ b/portuguese/hunspell/Makefile
@@ -20,10 +20,10 @@ NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/hunspell-pt_PT-${PORTVERSION}
-PLIST_FILES= %%DATADIR%%/pt_BR.aff \
- %%DATADIR%%/pt_BR.dic \
- %%DATADIR%%/pt_PT.aff \
- %%DATADIR%%/pt_PT.dic
+PLIST_FILES= ${DATADIR}/pt_BR.aff \
+ ${DATADIR}/pt_BR.dic \
+ ${DATADIR}/pt_PT.aff \
+ ${DATADIR}/pt_PT.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/