diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-23 15:37:56 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-23 15:59:55 +0000 |
commit | f910cc8b638b2c4a37900a1d28788e9514857768 (patch) | |
tree | e271877908063e0362e5db3365749e88797f14f2 | |
parent | 357f8a604e70e7eacbefd6f1ffb048cd9c74af02 (diff) |
devel/boehm-gc: Impelled to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | devel/boehm-gc/Makefile | 2 | ||||
-rw-r--r-- | devel/boehm-gc/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
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 |