diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-29 13:59:07 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-29 14:08:38 +0000 |
commit | 987120e2af7568fdf811bca4e0ccb850afc2d0eb (patch) | |
tree | 3e34357e6d9461b051b5b5f9a9fdfdec727d4a84 | |
parent | 34628e061b0a3dbfe5a7d7fc3299800890638bea (diff) |
-rw-r--r-- | devel/google-perftools/Makefile | 3 | ||||
-rw-r--r-- | devel/google-perftools/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index 9dc79f75ee49..ac2de91162e0 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -1,7 +1,7 @@ PORTNAME= google-perftools DISTVERSIONPREFIX= gperftools- DISTVERSION= 2.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://github.com/gperftools/gperftools/releases/download/gperftools-${PORTVERSION}/ DISTNAME= gperftools-${PORTVERSION} @@ -18,6 +18,7 @@ BROKEN_riscv64= error: Cannot calculate stack trace: will need to write for your USES= compiler:c11 gmake libtool localbase:ldflags GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes TEST_TARGET= check diff --git a/devel/google-perftools/pkg-plist b/devel/google-perftools/pkg-plist index b84c09f06679..4eedc715497d 100644 --- a/devel/google-perftools/pkg-plist +++ b/devel/google-perftools/pkg-plist @@ -48,4 +48,4 @@ libdata/pkgconfig/libtcmalloc.pc libdata/pkgconfig/libtcmalloc_debug.pc libdata/pkgconfig/libtcmalloc_minimal.pc libdata/pkgconfig/libtcmalloc_minimal_debug.pc -man/man1/pprof.1.gz +share/man/man1/pprof.1.gz |