From 907a164a0af9d9f78577253253eb3d7aa52e78af Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 3 Mar 2014 14:38:48 +0000 Subject: Remove CONFLICTS against non-existant port. --- shells/bash-completion/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shells') diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index cf68abc94a8e..de4d8875c67d 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -3,7 +3,7 @@ PORTNAME= bash-completion PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -12,8 +12,6 @@ MASTER_SITE_SUBDIR= adamw MAINTAINER= adamw@FreeBSD.org COMMENT= Programmable completion library for Bash -CONFLICTS= bash-completion-classic-[0-9]* - RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_BZIP2= yes -- cgit