svn commit: r382060 - head/sysutils/grub2-pcbsd

Jung-uk Kim jkim at FreeBSD.org
Tue Mar 24 00:39:56 UTC 2015


Author: jkim
Date: Tue Mar 24 00:39:54 2015
New Revision: 382060
URL: https://svnweb.freebsd.org/changeset/ports/382060
QAT: https://qat.redports.org/buildarchive/r382060/

Log:
  Fix a typo introduced in r381876.

Modified:
  head/sysutils/grub2-pcbsd/Makefile

Modified: head/sysutils/grub2-pcbsd/Makefile
==============================================================================
--- head/sysutils/grub2-pcbsd/Makefile	Tue Mar 24 00:28:49 2015	(r382059)
+++ head/sysutils/grub2-pcbsd/Makefile	Tue Mar 24 00:39:54 2015	(r382060)
@@ -54,7 +54,7 @@ PLIST_SUB+=	EFIEMU=${EFIEMU}
 
 .if ${PORT_OPTIONS:MMKFONT}
 LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
-BUILD_DEPENDS+=	${LOCALBASE}//fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu \
+BUILD_DEPENDS+=	${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu \
 		${LOCALBASE}/share/fonts/gnu-unifont/unifont.pcf.gz:${PORTSDIR}/x11-fonts/gnu-unifont
 MAN1+=		grub-mkfont.1
 CONFIGURE_ARGS+=	--enable-grub-mkfont


More information about the svn-ports-head mailing list