aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/font-std
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2009-05-31 20:05:21 +0800
committerhrs <hrs@FreeBSD.org>2009-05-31 20:05:21 +0800
commitf5881aef65d30ee0c076e65a015a58f9ee13302e (patch)
tree6236915dfb31eeb2e8ee5c00f17f4aac4945eba8 /japanese/font-std
parent69388422bf32e70bbca66f33c2a5b2f43a5dca83 (diff)
downloadfreebsd-ports-gnome-f5881aef65d30ee0c076e65a015a58f9ee13302e.tar.gz
freebsd-ports-gnome-f5881aef65d30ee0c076e65a015a58f9ee13302e.tar.zst
freebsd-ports-gnome-f5881aef65d30ee0c076e65a015a58f9ee13302e.zip
Fix PLIST.
Spotted by: QAT
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>