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

Antoine Brodin antoine at FreeBSD.org
Sat Sep 26 21:15:01 UTC 2015


Author: antoine
Date: Sat Sep 26 21:15:00 2015
New Revision: 398016
URL: https://svnweb.freebsd.org/changeset/ports/398016

Log:
  Fix RUN_DEPENDS
  
  Reported by:	pkg-fallout

Modified:
  head/japanese/ngraph-fonts/Makefile

Modified: head/japanese/ngraph-fonts/Makefile
==============================================================================
--- head/japanese/ngraph-fonts/Makefile	Sat Sep 26 21:02:09 2015	(r398015)
+++ head/japanese/ngraph-fonts/Makefile	Sat Sep 26 21:15:00 2015	(r398016)
@@ -10,8 +10,8 @@ MAINTAINER=	sanpei at FreeBSD.org
 COMMENT=	Japanese Font Setup for math/ngraph
 
 RUN_DEPENDS= \
-	${LOCALBASE}/share/fonts/kanji/kanji18.pcf.gz:${PORTSDIR}/japanese/font-kanji18 \
-	${LOCALBASE}/share/fonts/kanji/kanji26.pcf.gz:${PORTSDIR}/japanese/font-kanji26
+	${LOCALBASE}/share/kanji/kanji18.pcf.gz:${PORTSDIR}/japanese/font-kanji18 \
+	${LOCALBASE}/share/kanji/kanji26.pcf.gz:${PORTSDIR}/japanese/font-kanji26
 
 USES=		metaport
 


More information about the svn-ports-all mailing list