diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-03 18:11:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-03 18:11:40 +0000 |
commit | 652848fc22a63e478974c005e0ebf4f4f213636b (patch) | |
tree | 1de71e09fc920d2507f3d70e751f5ef078ef9688 /dns/py-py3dns | |
parent | 5722be7eb0cb6131e7400503057dad94ff7f4e8f (diff) |
Remove WRKSRC
Notes
Notes:
svn path=/head/; revision=567170
Diffstat (limited to 'dns/py-py3dns')
-rw-r--r-- | dns/py-py3dns/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/py-py3dns/Makefile b/dns/py-py3dns/Makefile index 84ac71cd58e0..dd3ea2fba000 100644 --- a/dns/py-py3dns/Makefile +++ b/dns/py-py3dns/Makefile @@ -18,10 +18,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.3+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-test: cd ${WRKSRC}/ && ${PYTHON_CMD} -m pytest |