ansible.mk: Fix a typo in variable name
This commit is contained in:
parent
cf922d031f
commit
d3b7e886da
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue