Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 09:42:18 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 56a74a93e2f1 - main - sysutils/conman: Move manpages to share/man
Message-ID:  <202403210942.42L9gIOt080307@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56a74a93e2f1d6fddcacdbf1962e88b786832b85

commit 56a74a93e2f1d6fddcacdbf1962e88b786832b85
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-21 09:40:44 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-21 09:41:04 +0000

    sysutils/conman: Move manpages to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/conman/Makefile  | 1 +
 sysutils/conman/pkg-plist | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/sysutils/conman/Makefile b/sysutils/conman/Makefile
index 5079fc37932f..96d7f72fa180 100644
--- a/sysutils/conman/Makefile
+++ b/sysutils/conman/Makefile
@@ -22,6 +22,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	dun
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 ETCDIR=	${PREFIX}/etc
 CONFIGURE_ARGS=	--sysconfdir=${ETCDIR}
diff --git a/sysutils/conman/pkg-plist b/sysutils/conman/pkg-plist
index 8eddabda463d..a59d883e4892 100644
--- a/sysutils/conman/pkg-plist
+++ b/sysutils/conman/pkg-plist
@@ -26,7 +26,7 @@ lib/conman/exec/ssh.exp
 lib/conman/exec/sun-elom.exp
 lib/conman/exec/sun-ilom.exp
 lib/conman/exec/sun-v20z-v40z.exp
-man/man1/conman.1.gz
-man/man5/conman.conf.5.gz
-man/man8/conmand.8.gz
+share/man/man1/conman.1.gz
+share/man/man5/conman.conf.5.gz
+share/man/man8/conmand.8.gz
 sbin/conmand



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