diff options
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 |