diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 22:35:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 22:35:46 +0800 |
commit | 744f8668c9ad6cd921f03fedacf9a6669af4babf (patch) | |
tree | 99c6920cbfd57b98c91c239e33fabbdb2c2b363d /japanese | |
parent | 04e76d5c187dfc3f0c42cff88c1ebfb48954a321 (diff) | |
download | freebsd-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/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 |