svn commit: r477629 - head/devel/py-cerberus

Matthew Seaman matthew at FreeBSD.org
Mon Aug 20 05:24:31 UTC 2018


Author: matthew
Date: Mon Aug 20 05:24:30 2018
New Revision: 477629
URL: https://svnweb.freebsd.org/changeset/ports/477629

Log:
  Use PYDISTUTILS_SETUP for the do-test target
  
  Reported by:	koobs

Modified:
  head/devel/py-cerberus/Makefile

Modified: head/devel/py-cerberus/Makefile
==============================================================================
--- head/devel/py-cerberus/Makefile	Mon Aug 20 05:11:57 2018	(r477628)
+++ head/devel/py-cerberus/Makefile	Mon Aug 20 05:24:30 2018	(r477629)
@@ -22,6 +22,6 @@ USE_PYTHON=	autoplist concurrent distutils
 # different function.
 
 do-test:
-	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} setup.py test)
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list