git: 9e53aba035b7 - main - textproc/docproj: Fix build after 8a58bfbff89d

Danilo G. Baio dbaio at FreeBSD.org
Thu Jul 1 23:24:43 UTC 2021


The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e53aba035b7fbf28672eb8789c8e513110d0df0

commit 9e53aba035b7fbf28672eb8789c8e513110d0df0
Author:     Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-07-01 23:22:27 +0000
Commit:     Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-07-01 23:23:53 +0000

    textproc/docproj: Fix build after 8a58bfbff89d
---
 textproc/docproj/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 2b86409f75f4..f31a57b2c90f 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -56,7 +56,7 @@ TRANSLATOR_RUN_DEPENDS=	itstool:textproc/itstool \
 
 _FONTS=		${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu \
 		${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:x11-fonts/droid-fonts-ttf \
-		${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/Lohit/Lohit-Bengali.ttf:x11-fonts/lohit
 _FONTS_CJK=	${LOCALBASE}/share/fonts/ipa/ipam.otf:japanese/font-ipa \
 		${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:korean/nanumfonts-ttf \


More information about the dev-commits-ports-main mailing list