1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Convert REINPLACE_CMD to patch file

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-13 14:43:46 +00:00
parent 1bed7b0ac5
commit c3ae592ddc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557937
2 changed files with 5 additions and 3 deletions

View File

@ -25,7 +25,4 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e '/check_stable=/ s|True|False|' ${WRKSRC}/pysal/config.py
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
--- pysal/config.py.orig 2018-07-17 21:40:06 UTC
+++ pysal/config.py
@@ -1 +1 @@
-check_stable=True
+check_stable=False