Date: Tue, 30 Jan 2024 22:36:01 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 345d6075545a - main - textproc/jo: Moved man to share/man Message-ID: <202401302236.40UMa1C1043455@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=345d6075545a573f3c5fc72ca270595cf2f6d977 commit 345d6075545a573f3c5fc72ca270595cf2f6d977 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 21:42:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 22:35:24 +0000 textproc/jo: Moved man to share/man --- textproc/jo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/jo/Makefile b/textproc/jo/Makefile index ebaa6b0500e4..bc843fc53367 100644 --- a/textproc/jo/Makefile +++ b/textproc/jo/Makefile @@ -1,5 +1,6 @@ PORTNAME= jo PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -11,10 +12,11 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/jo \ etc/bash_completion.d/jo.bash \ - man/man1/jo.1.gz \ + share/man/man1/jo.1.gz \ share/zsh/site-functions/_jo .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401302236.40UMa1C1043455>