Date: Tue, 30 Jan 2024 20:25: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: 7d8f2b741f96 - main - devel/libthmap: Moved man to share/man Message-ID: <202401302025.40UKPbma021699@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=7d8f2b741f96e501ce1a43b416b774d584e2819a commit 7d8f2b741f96e501ce1a43b416b774d584e2819a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 15:33:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 20:25:09 +0000 devel/libthmap: Moved man to share/man --- devel/libthmap/Makefile | 3 ++- devel/libthmap/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/libthmap/Makefile b/devel/libthmap/Makefile index c4346596d2d2..f384327a750f 100644 --- a/devel/libthmap/Makefile +++ b/devel/libthmap/Makefile @@ -1,5 +1,6 @@ PORTNAME= libthmap PORTVERSION= g2020082801 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org @@ -20,6 +21,6 @@ USE_LDCONFIG= yes MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX} \ INCDIR=${LOCALBASE}/include \ LIBDIR=${LOCALBASE}/lib \ - MANDIR=${LOCALBASE}/man + MANDIR=${LOCALBASE}/share/man .include <bsd.port.mk> diff --git a/devel/libthmap/pkg-plist b/devel/libthmap/pkg-plist index e17bb46ea776..5f2aa3eee114 100644 --- a/devel/libthmap/pkg-plist +++ b/devel/libthmap/pkg-plist @@ -1,4 +1,4 @@ -man/man3/thmap.3.gz +share/man/man3/thmap.3.gz include/thmap.h lib/libthmap.a lib/libthmap.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401302025.40UKPbma021699>