From 94ff6bd93ecbb78d821049f0e0d1c31aaf2ad182 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 29 Jan 2024 15:02:34 +0100 Subject: [PATCH] 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 822798f4fd4b6..b30e9ecfed36f 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 f51735b0999f0..42bdb410bec74 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