diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-16 04:56:32 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-16 04:56:32 +0000 |
commit | 273777f582a20873efaef92ea1d89f559622c473 (patch) | |
tree | b86b884adffab535711c1d1607d506b110aa1fa2 /japanese/font-std/Makefile | |
parent | 525d9315c338cfc96294467fa868f1a9ffaa3118 (diff) | |
download | ports-273777f582a20873efaef92ea1d89f559622c473.tar.gz ports-273777f582a20873efaef92ea1d89f559622c473.zip |
- Add STAGEDIR support.
- Update to 20130617 (japanese/font-migmix)
- Update to 456 (japanese/font-ume)
Notes
Notes:
svn path=/head/; revision=330478
Diffstat (limited to 'japanese/font-std/Makefile')
-rw-r--r-- | japanese/font-std/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/font-std/Makefile b/japanese/font-std/Makefile index 54103813f587..7aacd654d877 100644 --- a/japanese/font-std/Makefile +++ b/japanese/font-std/Makefile @@ -31,14 +31,13 @@ STD_GothicBBB-Medium= ${LOCALBASE}/share/font-ipa/ipag.otf STD_Ryumin-Light.gs7= ${LOCALBASE}/share/font-mplus-ipa/fonts/ipam.ttf STD_GothicBBB-Medium.gs7= ${LOCALBASE}/share/font-mplus-ipa/fonts/ipag.ttf -NO_STAGE= yes do-fetch: @${DO_NADA} do-install: - ${MKDIR} ${PREFIX}/${FONTSDIR}/std.ja_JP + ${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR}/std.ja_JP .for F in ${STD} - ${LN} -s -f ${STD_${F}} ${PREFIX}/${FONTSDIR}/std.ja_JP/${F} + ${LN} -s -f ${STD_${F}} ${STAGEDIR}${PREFIX}/${FONTSDIR}/std.ja_JP/${F} .endfor .include <bsd.port.mk> |