git: eb39efd62482 - main - textproc/docproj-legacy: Fix build with DBLATEX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 May 2024 18:34:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb39efd624820239257c90065bd93bf060d526a8 commit eb39efd624820239257c90065bd93bf060d526a8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-05-29 11:16:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-05-29 18:31:52 +0000 textproc/docproj-legacy: Fix build with DBLATEX Approved by: portmgr (blanket) --- textproc/docproj-legacy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/docproj-legacy/Makefile b/textproc/docproj-legacy/Makefile index 081cb781b187..561d1dfb357f 100644 --- a/textproc/docproj-legacy/Makefile +++ b/textproc/docproj-legacy/Makefile @@ -55,7 +55,7 @@ _FONTS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu \ ${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 \ + ${LOCALBASE}/share/fonts/nanum/NanumBarunGothic.ttf:korean/nanumfonts \ ${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf .include <bsd.port.options.mk>