svn commit: r391612 - head/devel/py-semantic_version

Fukang Chen loader at FreeBSD.org
Thu Jul 9 04:38:59 UTC 2015


Author: loader (doc committer)
Date: Thu Jul  9 04:38:58 2015
New Revision: 391612
URL: https://svnweb.freebsd.org/changeset/ports/391612

Log:
  s/PYSETUP/PYDISTUTILS_SETUP/
  
  Approved by: koobs
  Pointed out by: koobs
  Differential Revision: https://reviews.freebsd.org/D3021

Modified:
  head/devel/py-semantic_version/Makefile

Modified: head/devel/py-semantic_version/Makefile
==============================================================================
--- head/devel/py-semantic_version/Makefile	Thu Jul  9 02:05:36 2015	(r391611)
+++ head/devel/py-semantic_version/Makefile	Thu Jul  9 04:38:58 2015	(r391612)
@@ -28,6 +28,6 @@ USES=		python
 USE_PYTHON=	autoplist distutils
 
 regression-test: build
-	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list