git: 9c1d1030bb66 - main - devel/py-jupyterlab-lsp: Fix make makepatch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 23:52:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c1d1030bb66f58e5a3e759b91d5c535232c0ec7 commit 9c1d1030bb66f58e5a3e759b91d5c535232c0ec7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 23:23:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 23:43:57 +0000 devel/py-jupyterlab-lsp: Fix make makepatch --- devel/py-jupyterlab-lsp/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/py-jupyterlab-lsp/Makefile b/devel/py-jupyterlab-lsp/Makefile index 532e0ab86d9b..49be64be9257 100644 --- a/devel/py-jupyterlab-lsp/Makefile +++ b/devel/py-jupyterlab-lsp/Makefile @@ -19,4 +19,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +post-extract: + @${RM} ${WRKSRC}/jupyterlab_lsp/labextensions/@jupyter-lsp/jupyterlab-lsp/schemas/@jupyter-lsp/jupyterlab-lsp/package.json.orig + .include <bsd.port.mk>