aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-20 22:35:46 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-20 22:35:46 +0800
commit744f8668c9ad6cd921f03fedacf9a6669af4babf (patch)
tree99c6920cbfd57b98c91c239e33fabbdb2c2b363d /japanese
parent04e76d5c187dfc3f0c42cff88c1ebfb48954a321 (diff)
downloadfreebsd-ports-gnome-744f8668c9ad6cd921f03fedacf9a6669af4babf.tar.gz
freebsd-ports-gnome-744f8668c9ad6cd921f03fedacf9a6669af4babf.tar.zst
freebsd-ports-gnome-744f8668c9ad6cd921f03fedacf9a6669af4babf.zip
Support staging
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