Date: Mon, 26 Feb 2024 21:41:31 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: 6911c9947ed9 - main - sysutils/g15daemon: Moved man to share/man Message-ID: <202402262141.41QLfV95056787@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=6911c9947ed99ec440d6a8bd524c755b6d9125b1 commit 6911c9947ed99ec440d6a8bd524c755b6d9125b1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 21:22:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 21:40:45 +0000 sysutils/g15daemon: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/g15daemon/Makefile | 2 ++ sysutils/g15daemon/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/g15daemon/Makefile b/sysutils/g15daemon/Makefile index ce343c1c068b..57b07ab85ab9 100644 --- a/sysutils/g15daemon/Makefile +++ b/sysutils/g15daemon/Makefile @@ -1,5 +1,6 @@ PORTNAME= g15daemon DISTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org @@ -23,6 +24,7 @@ GL_ACCOUNT= menelkir GL_TAGNAME= 1f4e8b41a6ea460d59cc07305a4d9b487b575ec6 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc INSTALL_TARGET= install-strip diff --git a/sysutils/g15daemon/pkg-plist b/sysutils/g15daemon/pkg-plist index 7107a00b4180..dbc875c145e9 100644 --- a/sysutils/g15daemon/pkg-plist +++ b/sysutils/g15daemon/pkg-plist @@ -10,7 +10,7 @@ lib/libg15daemon_client.a lib/libg15daemon_client.so lib/libg15daemon_client.so.3 lib/libg15daemon_client.so.3.0.0 -man/man1/g15daemon.1.gz -man/man3/g15daemon_client_devel.3.gz +share/man/man1/g15daemon.1.gz +share/man/man3/g15daemon_client_devel.3.gz sbin/g15daemon %%DATADIR%%/splash/g15logo3.wbmp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402262141.41QLfV95056787>