git: 1743d8a3bdb5 - main - textproc/docproj-legacy: Fix poudriere warning
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 May 2024 23:24:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1743d8a3bdb5901d08fd93fa1c819fe66935b9ec commit 1743d8a3bdb5901d08fd93fa1c819fe66935b9ec Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-05-11 23:22:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-05-11 23:22:29 +0000 textproc/docproj-legacy: Fix poudriere warning --- textproc/docproj-legacy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/docproj-legacy/Makefile b/textproc/docproj-legacy/Makefile index e02849982efa..081cb781b187 100644 --- a/textproc/docproj-legacy/Makefile +++ b/textproc/docproj-legacy/Makefile @@ -1,6 +1,6 @@ PORTNAME= docproj PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc PKGNAMESUFFIX= -legacy @@ -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-ttf \ + ${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:korean/nanumfonts \ ${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf .include <bsd.port.options.mk>