diff options
-rw-r--r-- | japanese/japaneseAFM/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/japaneseAFM/Makefile b/japanese/japaneseAFM/Makefile index aaf7efedfae5..96b74fa0e864 100644 --- a/japanese/japaneseAFM/Makefile +++ b/japanese/japaneseAFM/Makefile @@ -16,12 +16,11 @@ NO_BUILD= yes AFMDIR= ${PREFIX}/share/fonts/afm -NO_STAGE= yes do-install: - @${MKDIR} ${AFMDIR} + @${MKDIR} ${STAGEDIR}${AFMDIR} .for font in GothicBBB-Medium Ryumin-Light .for dir in H V - ${INSTALL_DATA} ${WRKSRC}/${font}-${dir} ${AFMDIR} + ${INSTALL_DATA} ${WRKSRC}/${font}-${dir} ${STAGEDIR}${AFMDIR} .endfor .endfor |