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:
parent
1bed7b0ac5
commit
c3ae592ddc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557937
@ -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>
|
||||
|
5
science/py-pysal/files/patch-pysal-config.py
Normal file
5
science/py-pysal/files/patch-pysal-config.py
Normal 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
|
Loading…
Reference in New Issue
Block a user