git: af980284789c - main - textproc/py-qrcode: Install man page in share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 23:28:59 UTC
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>