aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 14:35:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 14:35:46 +0000
commit8748c5126e1ef66a7101d2cfcbde3fbd058b1745 (patch)
tree99c6920cbfd57b98c91c239e33fabbdb2c2b363d /japanese
parent77205c346f4ae0621617f5c446069fc20f825f90 (diff)
downloadports-8748c5126e1ef66a7101d2cfcbde3fbd058b1745.tar.gz
ports-8748c5126e1ef66a7101d2cfcbde3fbd058b1745.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/japaneseAFM/Makefile5
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