Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 14:09:12 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: 94ff6bd93ecb - main - misc/findutils: Moved man to share/man
Message-ID:  <202401291409.40TE9CJc052894@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=94ff6bd93ecbb78d821049f0e0d1c31aaf2ad182

commit 94ff6bd93ecbb78d821049f0e0d1c31aaf2ad182
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 14:02:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 14:08:42 +0000

    misc/findutils: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/findutils/Makefile  |  2 ++
 misc/findutils/pkg-plist | 10 +++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile
index 822798f4fd4b..b30e9ecfed36 100644
--- a/misc/findutils/Makefile
+++ b/misc/findutils/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	findutils
 DISTVERSION=	4.9.0
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	GNU
 
@@ -14,6 +15,7 @@ USES=		charsetfix cpe gmake localbase tar:xz
 CPE_VENDOR=	gnu
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--program-prefix=g --localstatedir=${LOCALSTATEDIR}
 
 MAKE_ARGS=	INSTALL_SCRIPT="${INSTALL_SCRIPT}"
diff --git a/misc/findutils/pkg-plist b/misc/findutils/pkg-plist
index f51735b0999f..42bdb410bec7 100644
--- a/misc/findutils/pkg-plist
+++ b/misc/findutils/pkg-plist
@@ -3,11 +3,11 @@ bin/glocate
 bin/gupdatedb
 bin/gxargs
 libexec/gfrcode
-man/man1/gfind.1.gz
-man/man1/glocate.1.gz
-man/man1/gupdatedb.1.gz
-man/man1/gxargs.1.gz
-man/man5/glocatedb.5.gz
+share/man/man1/gfind.1.gz
+share/man/man1/glocate.1.gz
+share/man/man1/gupdatedb.1.gz
+share/man/man1/gxargs.1.gz
+share/man/man5/glocatedb.5.gz
 %%NLS%%share/locale/be/LC_MESSAGES/findutils.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/findutils.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/findutils.mo



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