Index: textproc/py-qrcode/Makefile =================================================================== --- textproc/py-qrcode/Makefile (revision 455878) +++ textproc/py-qrcode/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= qrcode PORTVERSION= 5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,4 +19,7 @@ USES= python USE_PYTHON= autoplist distutils +post-patch: + ${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py + .include