textproc/py-qrcode: Install man page in share/man

2024Q2
Craig Leres 2024-01-21 15:28:29 -08:00
parent 641537ca7d
commit af98028478
1 changed files with 1 additions and 3 deletions

View File

@ -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>