git: 9e00741287ac - main - math/py-sympy: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 22:15:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e00741287aca7136875542da832b7ac6cc5f025 commit 9e00741287aca7136875542da832b7ac6cc5f025 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-28 21:08:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-28 22:14:31 +0000 math/py-sympy: Moved man to share/man Approved by: portmgr (blanket) --- math/py-sympy/Makefile | 5 +---- 1 file changed, 1 insertion(+), 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>