svn commit: r521792 - head/japanese/ngraph-fonts

Jan Beich jbeich at FreeBSD.org
Thu Jan 2 02:15:09 UTC 2020


Author: jbeich
Date: Thu Jan  2 02:15:08 2020
New Revision: 521792
URL: https://svnweb.freebsd.org/changeset/ports/521792

Log:
  japanese/ngraph-fonts: unbreak after r521443
  
  =======================<phase: run-depends    >============================
  ===>   ja-ngraph-fonts-1.0_3 depends on file: /usr/local/share/fonts/kanji/kanji18.pcf.gz - not found
  ===>   Installing existing package /packages/All/ja-font-kanji18-1.0_3.txz
  Installing ja-font-kanji18-1.0_3...
  [...]
  ===>   ja-ngraph-fonts-1.0_3 depends on file: /usr/local/share/fonts/kanji/kanji18.pcf.gz - not found
  *** Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/japanese/ngraph-fonts/Makefile   (contents, props changed)

Modified: head/japanese/ngraph-fonts/Makefile
==============================================================================
--- head/japanese/ngraph-fonts/Makefile	Thu Jan  2 02:10:36 2020	(r521791)
+++ head/japanese/ngraph-fonts/Makefile	Thu Jan  2 02:15:08 2020	(r521792)
@@ -10,8 +10,8 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Japanese Font Setup for math/ngraph
 
 RUN_DEPENDS= \
-	${LOCALBASE}/share/fonts/kanji/kanji18.pcf.gz:japanese/font-kanji18 \
-	${LOCALBASE}/share/fonts/kanji/kanji26.pcf.gz:japanese/font-kanji26
+	${LOCALBASE}/share/fonts/kanji18/kanji18.pcf.gz:japanese/font-kanji18 \
+	${LOCALBASE}/share/fonts/kanji26/kanji26.pcf.gz:japanese/font-kanji26
 
 USES=		metaport
 


More information about the svn-ports-head mailing list