diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-05-17 22:24:26 +0800 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-05-17 22:58:17 +0800 |
commit | a60794033eaf6c8209626eca9cca718fca65e2de (patch) | |
tree | 11486d0c3143f2ece29f98e5ee5f66c5531b3007 /sysutils | |
parent | fde71f1df2371b72c1c03b9d84f3e7abbe37c1ab (diff) | |
download | freebsd-ports-gnome-a60794033eaf6c8209626eca9cca718fca65e2de.tar.gz freebsd-ports-gnome-a60794033eaf6c8209626eca9cca718fca65e2de.tar.zst freebsd-ports-gnome-a60794033eaf6c8209626eca9cca718fca65e2de.zip |
sysutils/py-ansible-base: Switch to USES=ansible
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-ansible-base/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/py-ansible-base/Makefile b/sysutils/py-ansible-base/Makefile index 69138ed1798e..077dfde8d8a9 100644 --- a/sysutils/py-ansible-base/Makefile +++ b/sysutils/py-ansible-base/Makefile @@ -29,7 +29,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= cpe gmake python:3.6+ shebangfix +USES= ansible:env cpe gmake python:3.6+ shebangfix CPE_VENDOR= redhat USE_PYTHON= autoplist concurrent distutils @@ -102,5 +102,5 @@ pre-test: # Make sure that we override the unique DATADIR and ETCDIR set # by the implicit USES=uniquefiles. -DATADIR= ${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible -ETCDIR= ${PREFIX}/etc/ansible +DATADIR= ${ANSIBLE_DATADIR} +ETCDIR= ${ANSIBLE_ETCDIR} |