aboutsummaryrefslogtreecommitdiff
path: root/german/mythes
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-30 05:33:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-30 05:33:42 +0000
commit9ac90e38b44a1def085415ae932a4e6ef2cc426c (patch)
tree07f4716a93a5c5e34ead84530617c7227dd49665 /german/mythes
parentf08e4401458dc61b26d1a06337925adb624d963b (diff)
downloadports-9ac90e38b44a1def085415ae932a4e6ef2cc426c.tar.gz
ports-9ac90e38b44a1def085415ae932a4e6ef2cc426c.zip
Avoid using %% in Makefile
Notes
Notes: svn path=/head/; revision=513323
Diffstat (limited to 'german/mythes')
-rw-r--r--german/mythes/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/german/mythes/Makefile b/german/mythes/Makefile
index 972d9382a465..3f570de4d381 100644
--- a/german/mythes/Makefile
+++ b/german/mythes/Makefile
@@ -17,14 +17,14 @@ NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
-PLIST_FILES= %%DATADIR%%/th_de_DE_v2.idx \
- %%DATADIR%%/th_de_DE_v2.dat
+PLIST_FILES= ${DATADIR}/th_de_DE_v2.idx \
+ ${DATADIR}/th_de_DE_v2.dat
DEALIASES= de_AT de_BE de_CH de_LI de_LU
.for ALIAS in ${DEALIASES}
-PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.idx \
- %%DATADIR%%/th_${ALIAS}_v2.dat
+PLIST_FILES+= ${DATADIR}/th_${ALIAS}_v2.idx \
+ ${DATADIR}/th_${ALIAS}_v2.dat
.endfor
do-install: