Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 14:09:07 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: 987120e2af75 - main - devel/google-perftools: Moved man to share/man
Message-ID:  <202401291409.40TE97Rn052704@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=987120e2af7568fdf811bca4e0ccb850afc2d0eb

commit 987120e2af7568fdf811bca4e0ccb850afc2d0eb
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 13:59:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 14:08:38 +0000

    devel/google-perftools: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/google-perftools/Makefile  | 3 ++-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401291409.40TE97Rn052704>