aboutsummaryrefslogtreecommitdiff
path: root/misc/freebsd-doc-ja
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-03 10:34:40 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-03 10:34:40 +0000
commitf8cf30ddc6aaee40fafa7feec3467a0446dd8235 (patch)
treed5d306964880aba95b4d239b56ef269ca84838fe /misc/freebsd-doc-ja
parent367566da65e25ecd81cdff75dacf8452f4b0cd84 (diff)
downloadports-f8cf30ddc6aaee40fafa7feec3467a0446dd8235.tar.gz
ports-f8cf30ddc6aaee40fafa7feec3467a0446dd8235.zip
misc/freebsd-doc-ja: unbreak after r521437
===> ja-freebsd-doc-53688,1 depends on file: /usr/local/share/fonts/OTF/ipam.otf - not found ===> Installing existing package /packages/All/ja-font-ipa-00303_7.txz Installing ja-font-ipa-00303_7... Extracting ja-font-ipa-00303_7: .......... done ===> ja-freebsd-doc-53688,1 depends on file: /usr/local/share/fonts/OTF/ipam.otf - not found *** Error code 1 Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=521925
Diffstat (limited to 'misc/freebsd-doc-ja')
-rw-r--r--misc/freebsd-doc-ja/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freebsd-doc-ja/Makefile b/misc/freebsd-doc-ja/Makefile
index cf309d00e557..392b6f002bb5 100644
--- a/misc/freebsd-doc-ja/Makefile
+++ b/misc/freebsd-doc-ja/Makefile
@@ -15,5 +15,5 @@ DOCLANG= ja_JP.eucJP
.include "${MASTERDIR}/Makefile"
.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS}
-BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/OTF/ipam.otf:japanese/font-ipa
+BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/ipa/ipam.otf:japanese/font-ipa
.endif