aboutsummaryrefslogtreecommitdiff
path: root/textproc/es-hunspell
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 /textproc/es-hunspell
parentf24d493a022321d07345ac6d9a65afc05d72de0f (diff)
downloadports-c82d9248b0e4473ab24749d294f56e3a571a9dcc.tar.gz
ports-c82d9248b0e4473ab24749d294f56e3a571a9dcc.zip
Diffstat (limited to 'textproc/es-hunspell')
-rw-r--r--textproc/es-hunspell/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/es-hunspell/Makefile b/textproc/es-hunspell/Makefile
index dad66e7e6822..c8ef166ed42d 100644
--- a/textproc/es-hunspell/Makefile
+++ b/textproc/es-hunspell/Makefile
@@ -24,14 +24,14 @@ NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
-PLIST_FILES= %%DATADIR%%/es_ES.aff \
- %%DATADIR%%/es_ES.dic
+PLIST_FILES= ${DATADIR}/es_ES.aff \
+ ${DATADIR}/es_ES.dic
ESALIASES= es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN \
es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE
.for ALIAS in ${ESALIASES}
-PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \
- %%DATADIR%%/${ALIAS}.dic
+PLIST_FILES+= ${DATADIR}/${ALIAS}.aff \
+ ${DATADIR}/${ALIAS}.dic
.endfor
do-install: