git: a984550cce6c - main - sysutils/ansible*: fix PKGBASE collision
Antoine Brodin
antoine at FreeBSD.org
Thu May 13 16:28:00 UTC 2021
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a984550cce6ceb4db23d869dde9343a68e40e011
commit a984550cce6ceb4db23d869dde9343a68e40e011
Author: Antoine Brodin <antoine at FreeBSD.org>
AuthorDate: 2021-05-13 16:27:19 +0000
Commit: Antoine Brodin <antoine at FreeBSD.org>
CommitDate: 2021-05-13 16:27:19 +0000
sysutils/ansible*: fix PKGBASE collision
---
sysutils/ansible2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysutils/ansible2/Makefile b/sysutils/ansible2/Makefile
index 1af64320f395..b9feb7cd578f 100644
--- a/sysutils/ansible2/Makefile
+++ b/sysutils/ansible2/Makefile
@@ -4,7 +4,7 @@ PORTREVISION?= 0
CATEGORIES= sysutils python
MASTER_SITES= http://releases.ansible.com/ansible/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 2
+PKGNAMESUFFIX?= 2
MAINTAINER= 0mp at FreeBSD.org
COMMENT= Radically simple IT automation
More information about the dev-commits-ports-all
mailing list