svn commit: r567689 - head/devel/py-simpleparse

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:21:08 UTC 2021


Author: sunpoet
Date: Sun Mar  7 22:21:00 2021
New Revision: 567689
URL: https://svnweb.freebsd.org/changeset/ports/567689

Log:
  Fix build with newer Python (3.8.7+)
  
  Submitted by:	kai

Modified:
  head/devel/py-simpleparse/Makefile

Modified: head/devel/py-simpleparse/Makefile
==============================================================================
--- head/devel/py-simpleparse/Makefile	Sun Mar  7 22:20:55 2021	(r567688)
+++ head/devel/py-simpleparse/Makefile	Sun Mar  7 22:21:00 2021	(r567689)
@@ -15,6 +15,6 @@ USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/simpleparse/stt/TextTools/mxTextTools/mxTextTools.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/simpleparse/stt/TextTools/mxTextTools/mxTextTools*.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list