aboutsummaryrefslogtreecommitdiff
path: root/japanese/platex-otf
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/platex-otf')
-rw-r--r--japanese/platex-otf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/platex-otf/Makefile b/japanese/platex-otf/Makefile
index 85ff62a65dad..1a304c15d182 100644
--- a/japanese/platex-otf/Makefile
+++ b/japanese/platex-otf/Makefile
@@ -559,7 +559,9 @@ pre-install:
do-install:
.for D in CLASS OFM TFM VF DVIPDFM DVIPS
${MKDIR} ${PREFIX}/${${D}DIR_DST}
- ${INSTALL_DATA} ${${D}FILES:S,^,${${D}DIR_SRC}/,} ${PREFIX}/${${D}DIR_DST}
+.for F in ${${D}FILES}
+ ${INSTALL_DATA} ${${D}DIR_SRC}/${F} ${PREFIX}/${${D}DIR_DST}
+.endfor
.endfor
${INSTALL_DATA} ${FILESDIR}/cid-otf-noembed.map ${PREFIX}/${DVIPDFMDIR_DST}
.if !defined(NOPORTDOCS)