diff options
author | obrien <obrien@FreeBSD.org> | 2006-07-12 02:34:21 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-07-12 02:34:21 +0800 |
commit | 476ed37cb979dd6a772340b8e8d407fb1bf512ec (patch) | |
tree | b73933a9410ff9b9bea0b6117b3897b96fa6349d /shells/bash2/Makefile | |
parent | d39a48221d5277702cc0ed53f8ec67d3b9708744 (diff) | |
download | freebsd-ports-gnome-476ed37cb979dd6a772340b8e8d407fb1bf512ec.tar.gz freebsd-ports-gnome-476ed37cb979dd6a772340b8e8d407fb1bf512ec.tar.zst freebsd-ports-gnome-476ed37cb979dd6a772340b8e8d407fb1bf512ec.zip |
Set conflicts with other bash ports.
PR: 99969
Submitted by: Gabor Kovesdan <gabor@FreeBSD.org>
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 6f98b82ec63b..954e0cbf8bda 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -8,7 +8,7 @@ PORTNAME= bash PORTVERSION= 2.05b.007 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ @@ -29,6 +29,8 @@ PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 \ MAINTAINER= obrien@FreeBSD.org COMMENT= The GNU Bourne Again Shell +CONFLICTS= bash-3* + .include <bsd.port.pre.mk> LATEST_LINK= ${PORTNAME}2 |