Date: Tue, 23 Jan 2024 16:00:12 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: f910cc8b638b - main - devel/boehm-gc: Impelled to share/man Message-ID: <202401231600.40NG0CcJ097016@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=f910cc8b638b2c4a37900a1d28788e9514857768 commit f910cc8b638b2c4a37900a1d28788e9514857768 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-23 15:37:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-23 15:59:55 +0000 devel/boehm-gc: Impelled to share/man Approved by: portmgr (blanket) --- devel/boehm-gc/Makefile | 2 ++ devel/boehm-gc/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 7253b5c9860f..0649fb56a7fb 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,5 +1,6 @@ PORTNAME= gc DISTVERSION= 8.2.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.hboehm.info/gc/gc_source/ \ https://github.com/ivmai/bdwgc/releases/download/v${PORTVERSION}/ @@ -25,6 +26,7 @@ CPE_PRODUCT= garbage_collector USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share # NOTE: do not --disable-static, static is useful for e.g. lang/crystal CONFIGURE_ARGS= --enable-cplusplus \ --enable-mmap \ diff --git a/devel/boehm-gc/pkg-plist b/devel/boehm-gc/pkg-plist index c67deda40255..02cbe2f46058 100644 --- a/devel/boehm-gc/pkg-plist +++ b/devel/boehm-gc/pkg-plist @@ -34,4 +34,4 @@ lib/libgctba.so lib/libgctba.so.1 lib/libgctba.so.1.5.0 libdata/pkgconfig/bdw-gc.pc -man/man3/gc.3.gz +share/man/man3/gc.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231600.40NG0CcJ097016>