mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
ansible.mk: Fix a typo in variable name
This commit is contained in:
parent
cf922d031f
commit
d3b7e886da
@ -36,8 +36,8 @@
|
||||
#
|
||||
# MAINTAINER: ports@FreeBSD.org
|
||||
|
||||
.if !defined(_INCLUDE_USES_ANSIBLE_Mk)
|
||||
_INCLUDE_USES_ANSIBLE_Mk= yes
|
||||
.if !defined(_INCLUDE_USES_ANSIBLE_MK)
|
||||
_INCLUDE_USES_ANSIBLE_MK= yes
|
||||
|
||||
_valid_ARGS= env module plugin
|
||||
.for _arg in ${ansible_ARGS}
|
||||
|
Loading…
Reference in New Issue
Block a user