git: bf35eb0b7416 - main - misc/freebsd-doc-*: Fix build after 8a58bfbff89d
Danilo G. Baio
dbaio at FreeBSD.org
Thu Jul 1 23:24:45 UTC 2021
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bf35eb0b7416b5a22ead54456b7639873929836e
commit bf35eb0b7416b5a22ead54456b7639873929836e
Author: Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-07-01 23:22:55 +0000
Commit: Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-07-01 23:23:54 +0000
misc/freebsd-doc-*: Fix build after 8a58bfbff89d
Reported by: pkg-fallout
---
misc/freebsd-doc-en/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile
index 0e5114bdc4d6..372a77e37c1e 100644
--- a/misc/freebsd-doc-en/Makefile
+++ b/misc/freebsd-doc-en/Makefile
@@ -67,7 +67,7 @@ PLIST_FORMATS+= ${O:tl:S,_,-,}
.if ${PORT_OPTIONS:MPDF}
BUILD_DEPENDS+= fop:textproc/fop \
- ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-R.ttf:x11-fonts/gentium-plus \
+ ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-Regular.ttf:x11-fonts/gentium-plus \
${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:x11-fonts/droid-fonts-ttf \
${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu
.endif
More information about the dev-commits-ports-all
mailing list