Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 23:28:59 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af980284789c - main - textproc/py-qrcode: Install man page in share/man
Message-ID:  <202401212328.40LNSx7G082669@gitrepo.freebsd.org>

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

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

commit af980284789c17098f12e6df83b63ff9e8e46a53
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-01-21 23:28:29 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-01-21 23:28:29 +0000

    textproc/py-qrcode: Install man page in share/man
---
 textproc/py-qrcode/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/textproc/py-qrcode/Makefile b/textproc/py-qrcode/Makefile
index 4de2fbbbe8b5..94ef292e604d 100644
--- a/textproc/py-qrcode/Makefile
+++ b/textproc/py-qrcode/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qrcode
 PORTVERSION=	7.4
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +21,4 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-post-patch:
-	${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py
-
 .include <bsd.port.mk>



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