aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-28 21:08:06 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-28 22:14:31 +0000
commit9e00741287aca7136875542da832b7ac6cc5f025 (patch)
tree1d1903906e5fa7774c1b1a1c81f3a1bf5ca63c2f
parentdae64e98113a482e663c56bdf8692a6ca63b4e2a (diff)
downloadports-9e00741287aca7136875542da832b7ac6cc5f025.tar.gz
ports-9e00741287aca7136875542da832b7ac6cc5f025.zip
math/py-sympy: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--math/py-sympy/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index f2af7b120535..9d7b9e2fd639 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 <bsd.port.mk>