svn commit: r419772 - head/devel/py-django-rq

Rene Ladan rene at FreeBSD.org
Sun Aug 7 11:42:46 UTC 2016


Author: rene
Date: Sun Aug  7 11:42:44 2016
New Revision: 419772
URL: https://svnweb.freebsd.org/changeset/ports/419772

Log:
  www/py-django-rq: use TEST_TARGET instead of manual commands
  
  Submitted by:	mat

Modified:
  head/devel/py-django-rq/Makefile

Modified: head/devel/py-django-rq/Makefile
==============================================================================
--- head/devel/py-django-rq/Makefile	Sun Aug  7 11:33:06 2016	(r419771)
+++ head/devel/py-django-rq/Makefile	Sun Aug  7 11:42:44 2016	(r419772)
@@ -24,7 +24,6 @@ NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-do-test:
-	${MAKE} -C ${WRKSRC} test
+TEST_TARGET=	test
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list