svn commit: r498924 - head/www/py-django-redis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 14 17:52:13 UTC 2019


Author: sunpoet
Date: Sun Apr 14 17:52:07 2019
New Revision: 498924
URL: https://svnweb.freebsd.org/changeset/ports/498924

Log:
  Remove build from prerequisite of do-test:
  
  The framework (Mk/bsd.port.mk) already handles it via SEQ.

Modified:
  head/www/py-django-redis/Makefile

Modified: head/www/py-django-redis/Makefile
==============================================================================
--- head/www/py-django-redis/Makefile	Sun Apr 14 17:51:58 2019	(r498923)
+++ head/www/py-django-redis/Makefile	Sun Apr 14 17:52:07 2019	(r498924)
@@ -25,7 +25,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-do-test: build
+do-test:
 	@cd ${WRKSRC}/tests && ${PYTHON_CMD} runtests.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list