Index: head/textproc/py-qrcode/Makefile =================================================================== --- head/textproc/py-qrcode/Makefile +++ head/textproc/py-qrcode/Makefile @@ -3,12 +3,12 @@ PORTNAME= qrcode PORTVERSION= 5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kyuupichan@gmail.com +MAINTAINER= leres@FreeBSD.org COMMENT= QR Code image generator LICENSE= BSD3CLAUSE @@ -18,5 +18,8 @@ USES= python USE_PYTHON= autoplist distutils + +post-patch: + ${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py .include