git: 2dd80d0ceef1 - main - sysutils/ansible: Remove redundant line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Jun 2025 23:01:36 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2dd80d0ceef1ff0fcb1ecd6e10b1222b6c0cb0f3
commit 2dd80d0ceef1ff0fcb1ecd6e10b1222b6c0cb0f3
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-06-06 14:46:00 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-06-06 22:59:01 +0000
sysutils/ansible: Remove redundant line
PR: 275005 (incorrect reuse of an old PR)
---
sysutils/ansible/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 563ddc2227ca..5e0d02d4dfed 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -18,8 +18,7 @@ USES= ansible:env cpe python:3.10+ shebangfix
CPE_VENDOR= redhat
USE_PYTHON= autoplist concurrent distutils
-SHEBANG_FILES= ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/ovirt-dr \
- ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/ovirt-dr
+SHEBANG_FILES= ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/ovirt-dr
# It's probably best to leave shebangs in modules untouched as they must be
# either unversioned or absent.
# See [1] and [2].