aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2022-07-05 14:48:45 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-07-05 15:26:40 +0000
commit034a57810be5c0917bf780cdfd46194d3a259ea3 (patch)
tree84279bae4831099b4ec2a1efc3f07bbe8753425f
parentdf0eb4e60d26841149380b794a10bfe9dc510e51 (diff)
downloadports-034a57810be5c0917bf780cdfd46194d3a259ea3.tar.gz
ports-034a57810be5c0917bf780cdfd46194d3a259ea3.zip
sysutils/ansible: Teach shebangfix about the unusual shebang
Reported by: olli hauer <ohauer@gmx.de>
-rw-r--r--sysutils/ansible/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index d2b0442ee6e0..192c1bdebe92 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ansible
DISTVERSION= 5.10.0
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,6 +23,7 @@ SHEBANG_FILES= ansible_collections/community/zabbix/roles/zabbix_proxy/files/ins
ansible_collections/cyberark/conjur/ci/publish_to_galaxy \
ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/ovirt-dr
SHEBANG_GLOB= *.py *.sh build.py.generic
+python_OLD_CMD= /Users/kbreit/Documents/Programming/ansible_collections/cisco/meraki/venv/bin/python
CONFLICTS_INSTALL= ${_ANSIBLE_PACKAGES:N${PKGBASE}}