Date: Wed, 20 Mar 2024 13:19:56 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 52ecfad75fa9 - main - net-mgmt/riemann-c-client: Move man pages to share/man Message-ID: <202403201319.42KDJu0r001015@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=52ecfad75fa96e65567b2ff7e9ed0131b2b02cb5 commit 52ecfad75fa96e65567b2ff7e9ed0131b2b02cb5 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 13:02:22 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 13:19:32 +0000 net-mgmt/riemann-c-client: Move man pages to share/man Approved by: portmgr (blanket) --- net-mgmt/riemann-c-client/Makefile | 2 ++ net-mgmt/riemann-c-client/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mgmt/riemann-c-client/Makefile b/net-mgmt/riemann-c-client/Makefile index 344b643e8907..0c6462b74873 100644 --- a/net-mgmt/riemann-c-client/Makefile +++ b/net-mgmt/riemann-c-client/Makefile @@ -1,5 +1,6 @@ PORTNAME= riemann-c-client PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://git.madhouse-project.org/algernon/${PORTNAME}/archive/ @@ -20,6 +21,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ USES= autoreconf gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check diff --git a/net-mgmt/riemann-c-client/pkg-plist b/net-mgmt/riemann-c-client/pkg-plist index c8692e67f4ea..be67b9361078 100644 --- a/net-mgmt/riemann-c-client/pkg-plist +++ b/net-mgmt/riemann-c-client/pkg-plist @@ -13,4 +13,4 @@ lib/libriemann-client-gnutls.so lib/libriemann-client-gnutls.so.11 lib/libriemann-client-gnutls.so.11.1.1 libdata/pkgconfig/riemann-client.pc -man/man1/riemann-client.1.gz +share/man/man1/riemann-client.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201319.42KDJu0r001015>