1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

www/py-django-rq: use TEST_TARGET instead of manual commands

Submitted by:	mat
This commit is contained in:
Rene Ladan 2016-08-07 11:42:44 +00:00
parent ab5d9ea903
commit d2da535b9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419772

View File

@ -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>