aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-std
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2009-05-31 12:05:21 +0000
committerHiroki Sato <hrs@FreeBSD.org>2009-05-31 12:05:21 +0000
commit819563ce373e5e33003e3b3e53b79235a9c11ff2 (patch)
tree992537e244a70e80fe877d279d556a3e2d7dd91f /japanese/font-std
parentdd7f60085bf09634f961255400d0a4600e3f423b (diff)
downloadports-819563ce373e5e33003e3b3e53b79235a9c11ff2.tar.gz
ports-819563ce373e5e33003e3b3e53b79235a9c11ff2.zip
Notes
Diffstat (limited to 'japanese/font-std')
-rw-r--r--japanese/font-std/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/font-std/Makefile b/japanese/font-std/Makefile
index 333f25df1627..afdaf21ddaeb 100644
--- a/japanese/font-std/Makefile
+++ b/japanese/font-std/Makefile
@@ -23,7 +23,7 @@ PLIST_FILES= ${FONTSDIR}/std.ja_JP/Ryumin-Light \
${FONTSDIR}/std.ja_JP/Mincho \
${FONTSDIR}/std.ja_JP/Gothic
PLIST_DIRS= ${FONTSDIR}/std.ja_JP
-FONTSDIR= ${PREFIX}/share/fonts
+FONTSDIR= share/fonts
STD= Mincho Gothic Ryumin-Light GothicBBB-Medium
STD_Mincho= ${LOCALBASE}/share/font-ipa/ipam.otf
@@ -35,9 +35,9 @@ do-fetch:
@${DO_NADA}
do-install:
- ${MKDIR} ${FONTSDIR}/std.ja_JP
+ ${MKDIR} ${PREFIX}/${FONTSDIR}/std.ja_JP
.for F in ${STD}
- ${LN} -s -f ${STD_${F}} ${FONTSDIR}/std.ja_JP/${F}
+ ${LN} -s -f ${STD_${F}} ${PREFIX}/${FONTSDIR}/std.ja_JP/${F}
.endfor
.include <bsd.port.mk>