diff --git a/devel/py-wheel/Makefile b/devel/py-wheel/Makefile index 30a7cd696e76..792b84fcd39f 100644 --- a/devel/py-wheel/Makefile +++ b/devel/py-wheel/Makefile @@ -9,6 +9,7 @@ COMMENT= Built-package format for Python WWW= https://github.com/pypa/wheel LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.8:devel/py-flit-core@${PY_FLAVOR} @@ -16,7 +17,7 @@ USES= python USE_PYTHON= allflavors autoplist concurrent pep517 # see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268500 -EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar +EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 ${TAR} NO_ARCH= yes .include