Date: Mon, 26 Feb 2024 07:05:28 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: e50dc948140b - main - sysutils/scanbd: Moved man to share/man Message-ID: <202402260705.41Q75SNq057486@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=e50dc948140bd944a73fcc016a5986b787ca3f94 commit e50dc948140bd944a73fcc016a5986b787ca3f94 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:52:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:04:56 +0000 sysutils/scanbd: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/scanbd/Makefile | 3 ++- sysutils/scanbd/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/scanbd/Makefile b/sysutils/scanbd/Makefile index f71f95acc0c1..92f881318a92 100644 --- a/sysutils/scanbd/Makefile +++ b/sysutils/scanbd/Makefile @@ -1,6 +1,6 @@ PORTNAME= scanbd DISTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= trueos@norwegianrockcat.com @@ -24,6 +24,7 @@ GL_PROJECT= scanbd GL_TAGNAME= 4503640d202c06510f21848a684e221f613f324b GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+= --with-user=saned --with-group=saned diff --git a/sysutils/scanbd/pkg-plist b/sysutils/scanbd/pkg-plist index a5cf7d0bfcf4..8712c65ca947 100644 --- a/sysutils/scanbd/pkg-plist +++ b/sysutils/scanbd/pkg-plist @@ -13,5 +13,5 @@ %%ETCDIR%%/scanner.d/snapscan.conf sbin/scanbd sbin/scanbm -man/man8/scanbm.8.gz -man/man8/scanbd.8.gz +share/man/man8/scanbm.8.gz +share/man/man8/scanbd.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402260705.41Q75SNq057486>