Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2015 04:38:59 +0000 (UTC)
From:      Fukang Chen <loader@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391612 - head/devel/py-semantic_version
Message-ID:  <201507090438.t694cxMs077676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507090438.t694cxMs077676>