Date: Fri, 23 Feb 2024 13:55:44 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: 3fbdd916c10c - main - devel/mm-common: Moved man to share/man Message-ID: <202402231355.41NDtiGo004952@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=3fbdd916c10c1bd949a61271d1e83a0416c28a4b commit 3fbdd916c10c1bd949a61271d1e83a0416c28a4b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 13:19:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 13:55:18 +0000 devel/mm-common: Moved man to share/man Approved by: portmgr (blanket) --- devel/mm-common/Makefile | 2 ++ devel/mm-common/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile index 9ebd218a35b5..1d3a0e2dc736 100644 --- a/devel/mm-common/Makefile +++ b/devel/mm-common/Makefile @@ -1,5 +1,6 @@ PORTNAME= mm-common PORTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -14,5 +15,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl USES= gmake pathfix tar:xz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share .include <bsd.port.mk> diff --git a/devel/mm-common/pkg-plist b/devel/mm-common/pkg-plist index c7793d632d6b..8d8db6ef7f34 100644 --- a/devel/mm-common/pkg-plist +++ b/devel/mm-common/pkg-plist @@ -1,6 +1,6 @@ bin/mm-common-prepare libdata/pkgconfig/mm-common-util.pc -man/man1/mm-common-prepare.1.gz +share/man/man1/mm-common-prepare.1.gz share/aclocal/mm-ax_cxx_compile_stdcxx.m4 share/aclocal/mm-ax_cxx_compile_stdcxx_11.m4 share/aclocal/mm-common.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231355.41NDtiGo004952>