Date: Sat, 27 Jan 2024 00:31:09 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: 76eb937808ca - main - textproc/jq: Moved man to share/man Message-ID: <202401270031.40R0V9X5029204@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=76eb937808cae980f203e6e6f8918dbf2cda9e49 commit 76eb937808cae980f203e6e6f8918dbf2cda9e49 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-27 00:19:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-27 00:30:43 +0000 textproc/jq: Moved man to share/man Approved by: portmgr (blanket) --- textproc/jq/Makefile | 3 ++- textproc/jq/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile index 87a7f5cc44e0..8e7107e90f29 100644 --- a/textproc/jq/Makefile +++ b/textproc/jq/Makefile @@ -1,6 +1,6 @@ PORTNAME= jq DISTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= https://github.com/jqlang/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ @@ -17,6 +17,7 @@ USE_CSTD= gnu99 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-maintainer-mode \ --docdir="${DOCSDIR}" diff --git a/textproc/jq/pkg-plist b/textproc/jq/pkg-plist index d56a81778c0b..37c393327cdb 100644 --- a/textproc/jq/pkg-plist +++ b/textproc/jq/pkg-plist @@ -6,4 +6,4 @@ lib/libjq.so lib/libjq.so.1 lib/libjq.so.1.0.4 libdata/pkgconfig/libjq.pc -man/man1/jq.1.gz +share/man/man1/jq.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401270031.40R0V9X5029204>