svn commit: r521926 - branches/2020Q1/misc/freebsd-doc-ja

Jan Beich jbeich at FreeBSD.org
Fri Jan 3 10:35:27 UTC 2020


Author: jbeich
Date: Fri Jan  3 10:35:26 2020
New Revision: 521926
URL: https://svnweb.freebsd.org/changeset/ports/521926

Log:
  MFH: r521925
  
  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
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q1/misc/freebsd-doc-ja/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/misc/freebsd-doc-ja/Makefile
==============================================================================
--- branches/2020Q1/misc/freebsd-doc-ja/Makefile	Fri Jan  3 10:34:40 2020	(r521925)
+++ branches/2020Q1/misc/freebsd-doc-ja/Makefile	Fri Jan  3 10:35:26 2020	(r521926)
@@ -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


More information about the svn-ports-all mailing list