git: 677eec3b825b - main - science/py-scipy: Revert f24227e0c8ae1d8053448413e07b446ca1df6aa9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Sep 2024 19:38:54 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=677eec3b825bf1c3f3b88d7eb8fc1efc55ebc1b5 commit 677eec3b825bf1c3f3b88d7eb8fc1efc55ebc1b5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-08 19:26:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-08 19:31:16 +0000 science/py-scipy: Revert f24227e0c8ae1d8053448413e07b446ca1df6aa9 --- science/py-scipy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 1f7a44eef796..5fe354ae0214 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 1.11.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= science python -MASTER_SITES= https://docs.scipy.org/doc/scipy-${DISTVERSION}/:doc \ +MASTER_SITES= https://docs.scipy.org/doc/${PORTNAME}-${DISTVERSION}/:doc \ PYPI:source \ SF:source PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -52,7 +52,7 @@ post-install: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${UNZIP_CMD} -d ${STAGEDIR}${DOCSDIR} ${DISTDIR}/scipy-html-${DISTVERSION}.zip - @${RM} ${STAGEDIR}${DOCSDIR}/.buildinfo + @${RM} ${STAGEDIR}${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}/.buildinfo do-test: @cd ${WRKSRC} && ${TOUCH} .coveragerc && ${PYTHON_CMD} runtests.py