svn commit: r381891 - head/sysutils/jfbterm

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 22 09:46:49 UTC 2015


Author: bapt
Date: Sun Mar 22 09:46:48 2015
New Revision: 381891
URL: https://svnweb.freebsd.org/changeset/ports/381891
QAT: https://qat.redports.org/buildarchive/r381891/

Log:
  Fix unifont detection

Modified:
  head/sysutils/jfbterm/Makefile

Modified: head/sysutils/jfbterm/Makefile
==============================================================================
--- head/sysutils/jfbterm/Makefile	Sun Mar 22 08:16:55 2015	(r381890)
+++ head/sysutils/jfbterm/Makefile	Sun Mar 22 09:46:48 2015	(r381891)
@@ -90,7 +90,7 @@ TERMCAP_DEL_RECORD=	${DO_NADA}
 .endif
 
 .if ${PORT_OPTIONS:MUNIFONT}
-RUN_DEPENDS+=	${LOCALBASE}/share/fonts/local/unifont.pcf.gz:${PORTSDIR}/x11-fonts/gnu-unifont
+RUN_DEPENDS+=	${LOCALBASE}/share/fonts/gnu-unifont/unifont.pcf.gz:${PORTSDIR}/x11-fonts/gnu-unifont
 .endif
 
 post-extract:	.SILENT


More information about the svn-ports-head mailing list