Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 11:12:39 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9c5283fbf7c6 - main - textproc/py-paragrep: Move manpages to share/man
Message-ID:  <202403211112.42LBCdhw033269@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

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

commit 9c5283fbf7c6805bdff9a780b1a8e5816ee8db5d
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-21 11:04:08 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-21 11:11:25 +0000

    textproc/py-paragrep: Move manpages to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/py-paragrep/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/textproc/py-paragrep/Makefile b/textproc/py-paragrep/Makefile
index b088b1e0d61a..8bc3328f0863 100644
--- a/textproc/py-paragrep/Makefile
+++ b/textproc/py-paragrep/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	paragrep
 PORTVERSION=	3.3.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	release-
 CATEGORIES=	textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,9 @@ USE_PYTHON=	distutils autoplist
 USE_GITHUB=	yes
 GH_ACCOUNT=	bmc
 
+NO_ARCH=	yes
+
 post-patch:
-	@${REINPLACE_CMD} -e "s|'man'|'man/man1'|g" ${WRKSRC}/setup.py
+	@${REINPLACE_CMD} -e "s|'man'|'share/man/man1'|g" ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403211112.42LBCdhw033269>