git: 31626afa6605 - main - print/py-frescobaldi: Moved man to share/man

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 06 Feb 2024 15:32:40 UTC
The branch main has been updated by arrowd:

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

commit 31626afa660563df90060cf047760d7cc3ebc167
Author:     Martin Neubauer <m.ne@gmx.net>
AuthorDate: 2024-02-03 23:05:27 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-02-06 15:31:25 +0000

    print/py-frescobaldi: Moved man to share/man
    
    Approved by: portmgr(blanket)
---
 print/py-frescobaldi/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/print/py-frescobaldi/Makefile b/print/py-frescobaldi/Makefile
index 82b173f1ea04..203886e3242a 100644
--- a/print/py-frescobaldi/Makefile
+++ b/print/py-frescobaldi/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	frescobaldi
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.3.0
+PORTREVISION=	1
 CATEGORIES=	print kde python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -30,9 +31,6 @@ LILYPOND_DESC=	Use unstable LilyPond (lilypond-devel)
 LILYPOND_RUN_DEPENDS=		lilypond:print/lilypond-devel
 LILYPOND_RUN_DEPENDS_OFF=	lilypond:print/lilypond
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|'share/man/man1'|'man/man1'|' \
-		${WRKSRC}/setup.py
 post-build:
 	(cd ${WRKSRC} && ${GMAKE} -C linux)