git: f20f8afb3b5e - main - graphics/curator: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 09:03:46 UTC
The branch main has been updated by bofh:

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

commit f20f8afb3b5e0c4ba72481f4c48dea0a88fbafd1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 08:49:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 09:03:17 +0000

    graphics/curator: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/curator/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/curator/Makefile b/graphics/curator/Makefile
index 9940b0ed7f49..90258ec28369 100644
--- a/graphics/curator/Makefile
+++ b/graphics/curator/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	curator
 PORTVERSION=	2.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics www python
 MASTER_SITES=	SF
 
@@ -13,9 +13,9 @@ USE_PYTHON=	distutils autoplist concurrent optsuffix
 
 CONFLICTS_INSTALL=	py*-elasticsearch-curator
 
-PLIST_FILES=	man/man1/curator.1.gz
+PLIST_FILES=	share/man/man1/curator.1.gz
 
 post-install:
-	${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/man/man1/curator.1
+	${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/share/man/man1/curator.1
 
 .include <bsd.port.mk>