diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 14:35:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 14:35:46 +0000 |
commit | 8748c5126e1ef66a7101d2cfcbde3fbd058b1745 (patch) | |
tree | 99c6920cbfd57b98c91c239e33fabbdb2c2b363d /japanese | |
parent | 77205c346f4ae0621617f5c446069fc20f825f90 (diff) | |
download | ports-8748c5126e1ef66a7101d2cfcbde3fbd058b1745.tar.gz ports-8748c5126e1ef66a7101d2cfcbde3fbd058b1745.zip |
Notes
Diffstat (limited to 'japanese')
-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 |