diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index f2af7b1205358..9d7b9e2fd6391 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,6 +1,6 @@ PORTNAME= sympy PORTVERSION= 1.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,4 @@ PYGLET_DESC= Enable plotting support PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet1>=1.1.2:graphics/py-pyglet1@${PY_FLAVOR} -post-patch: - @${REINPLACE_CMD} -e "s#share/man/man1#man/man1#" ${WRKSRC}/setup.py - .include