git: d2f69656eb3a - main - sysutils/fileprune: Move man page to share/man

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Fri, 29 Mar 2024 08:22:04 UTC
The branch main has been updated by yasu:

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

commit d2f69656eb3ab3e86638c5d8bf921e41a4356778
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:17:26 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:17:26 +0000

    sysutils/fileprune: Move man page to share/man
    
    Approved by:    portmg (blanket)
---
 sysutils/fileprune/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sysutils/fileprune/Makefile b/sysutils/fileprune/Makefile
index 610d20e959d2..001bd74ab3cf 100644
--- a/sysutils/fileprune/Makefile
+++ b/sysutils/fileprune/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fileprune
 PORTVERSION=	1.12
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dds@FreeBSD.org
@@ -14,10 +15,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	dspinellis
 GH_TAGNAME=	2dd22fc
 
-PLIST_FILES=	bin/fileprune man/man1/fileprune.1.gz
+PLIST_FILES=	bin/fileprune share/man/man1/fileprune.1.gz
 MAKE_ARGS=	CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}"
 
-post-extract:
-	${REINPLACE_CMD} -e 's,/share,,' ${WRKSRC}/Makefile
-
 .include <bsd.port.mk>