diff options
author | adamw <adamw@FreeBSD.org> | 2014-03-03 22:38:48 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-03-03 22:38:48 +0800 |
commit | 907a164a0af9d9f78577253253eb3d7aa52e78af (patch) | |
tree | 88e8dc374e34853faad7a433fcfcd5d773138ee0 /shells | |
parent | 636efe0a61fd1652d984a44e73a7b934352aa6fc (diff) | |
download | freebsd-ports-gnome-907a164a0af9d9f78577253253eb3d7aa52e78af.tar.gz freebsd-ports-gnome-907a164a0af9d9f78577253253eb3d7aa52e78af.tar.zst freebsd-ports-gnome-907a164a0af9d9f78577253253eb3d7aa52e78af.zip |
Remove CONFLICTS against non-existant port.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-completion/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |