git: 94521229e6b0 - main - deskutils/zim: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sun, 03 Mar 2024 12:36:11 UTC
The branch main has been updated by eduardo:

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

commit 94521229e6b0b4073dcc00bdd7ce3bde637cd63a
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-03 12:34:44 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-03 12:35:44 +0000

    deskutils/zim: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 deskutils/zim/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/deskutils/zim/Makefile b/deskutils/zim/Makefile
index 69b16f101df9..a1cc047d6c06 100644
--- a/deskutils/zim/Makefile
+++ b/deskutils/zim/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zim
 DISTVERSION=	0.75.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils python
 MASTER_SITES=	https://www.zim-wiki.org/downloads/
 
@@ -46,8 +46,7 @@ SCROT_RUN_DEPENDS=	scrot:graphics/scrot
 
 post-patch:
 	@${REINPLACE_CMD} -e \
-		'/.command.install /s|distutils|setuptools| ; \
-		 s|share/man|man|' \
+		'/.command.install /s|distutils|setuptools|' \
 		${WRKSRC}/setup.py
 
 .include <bsd.port.mk>