Date: Fri, 23 Feb 2024 14:50:37 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: a2f884bda337 - main - devel/rgxg: Moved man to share/man Message-ID: <202402231450.41NEobwp099940@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=a2f884bda3373d7ad0bf231f3069e5f8b2eaaf9d commit a2f884bda3373d7ad0bf231f3069e5f8b2eaaf9d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 14:07:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 14:50:01 +0000 devel/rgxg: Moved man to share/man Approved by: portmgr (blanket) --- devel/rgxg/Makefile | 2 ++ devel/rgxg/pkg-plist | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devel/rgxg/Makefile b/devel/rgxg/Makefile index 16314562c455..a84469b5023d 100644 --- a/devel/rgxg/Makefile +++ b/devel/rgxg/Makefile @@ -1,5 +1,6 @@ PORTNAME= rgxg DISTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -15,6 +16,7 @@ BUILD_DEPENDS= m4:devel/m4 USES= autoreconf libtool pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip diff --git a/devel/rgxg/pkg-plist b/devel/rgxg/pkg-plist index 00b7bb4fe63c..dd6539d0d35d 100644 --- a/devel/rgxg/pkg-plist +++ b/devel/rgxg/pkg-plist @@ -7,11 +7,11 @@ lib/librgxg.so lib/librgxg.so.0 lib/librgxg.so.0.0.1 libdata/pkgconfig/rgxg.pc -man/man1/rgxg.1.gz -man/man3/rgxg_net_cidr_ipv4.3.gz -man/man3/rgxg_net_cidr_ipv6.3.gz -man/man3/rgxg_net_cidr_string.3.gz -man/man3/rgxg_number_greaterequal.3.gz -man/man3/rgxg_number_range.3.gz -man/man3/rgxg_utils_alternation.3.gz -man/man3/rgxg_utils_escape_string.3.gz +share/man/man1/rgxg.1.gz +share/man/man3/rgxg_net_cidr_ipv4.3.gz +share/man/man3/rgxg_net_cidr_ipv6.3.gz +share/man/man3/rgxg_net_cidr_string.3.gz +share/man/man3/rgxg_number_greaterequal.3.gz +share/man/man3/rgxg_number_range.3.gz +share/man/man3/rgxg_utils_alternation.3.gz +share/man/man3/rgxg_utils_escape_string.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231450.41NEobwp099940>