svn commit: r507453 - in head/devel/py-json5: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 27 14:01:44 UTC 2019


Author: sunpoet
Date: Sat Jul 27 14:01:43 2019
New Revision: 507453
URL: https://svnweb.freebsd.org/changeset/ports/507453

Log:
  Use REINPLACE_CMD instead of patch file

Deleted:
  head/devel/py-json5/files/
Modified:
  head/devel/py-json5/Makefile

Modified: head/devel/py-json5/Makefile
==============================================================================
--- head/devel/py-json5/Makefile	Sat Jul 27 14:01:38 2019	(r507452)
+++ head/devel/py-json5/Makefile	Sat Jul 27 14:01:43 2019	(r507453)
@@ -18,4 +18,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+post-patch:	
+	@${REINPLACE_CMD} -e '/package_data=/d' ${WRKSRC}/setup.py
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list