diff options
author | lifanov <lifanov@FreeBSD.org> | 2017-12-01 05:34:42 +0800 |
---|---|---|
committer | lifanov <lifanov@FreeBSD.org> | 2017-12-01 05:34:42 +0800 |
commit | b60036fb1ca568d972db87ed80b394296a383821 (patch) | |
tree | ef6dfece513a13c35ef281fe229fa7830bfb5e98 /sysutils/ansible1 | |
parent | a42b8c06e1cadd503178cb6dd1854b759ceb5983 (diff) | |
download | freebsd-ports-gnome-b60036fb1ca568d972db87ed80b394296a383821.tar.gz freebsd-ports-gnome-b60036fb1ca568d972db87ed80b394296a383821.tar.zst freebsd-ports-gnome-b60036fb1ca568d972db87ed80b394296a383821.zip |
reinstate sysutils/ansible23
PKGBASE collision has been resolved
This reverts r455222
Diffstat (limited to 'sysutils/ansible1')
-rw-r--r-- | sysutils/ansible1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ansible1/Makefile b/sysutils/ansible1/Makefile index 293848db5ab6..08b15b6b077a 100644 --- a/sysutils/ansible1/Makefile +++ b/sysutils/ansible1/Makefile @@ -5,7 +5,7 @@ PKGNAMESUFFIX= 1 PORTVERSION= 1.9.6 PORTREVISION= 1 -CONFLICTS= ansible-* +CONFLICTS= ansible-* ansible23-* MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo |