svn commit: r480344 - head/devel/py-cookiecutter

Matthew Seaman matthew at FreeBSD.org
Sat Sep 22 06:23:56 UTC 2018


Author: matthew
Date: Sat Sep 22 06:23:55 2018
New Revision: 480344
URL: https://svnweb.freebsd.org/changeset/ports/480344

Log:
  'env' is better spelled '${SETENV}'

Modified:
  head/devel/py-cookiecutter/Makefile

Modified: head/devel/py-cookiecutter/Makefile
==============================================================================
--- head/devel/py-cookiecutter/Makefile	Sat Sep 22 06:13:42 2018	(r480343)
+++ head/devel/py-cookiecutter/Makefile	Sat Sep 22 06:23:55 2018	(r480344)
@@ -42,6 +42,6 @@ TEST_ENV=	TMPDIR=${WRKDIR} HOME=${WRKDIR} LC_ALL=en_US
 
 do-test:
 	@cd ${WRKSRC} && \
-	env ${TEST_ENV} ${LOCALBASE}/bin/pytest-${PYTHON_VER} --cov=cookiecutter tests
+	${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/pytest-${PYTHON_VER} --cov=cookiecutter tests
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list