diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2006-07-11 18:34:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-07-11 18:34:21 +0000 |
commit | 83df8a381731a388908c5b7f5f9cfb34b3acf9ee (patch) | |
tree | 6c3382063db010ae1aed5151c401551dd29d5b4a /shells | |
parent | 98e9476d7f182a35faea0192d7cfe55951ea0402 (diff) | |
download | ports-83df8a381731a388908c5b7f5f9cfb34b3acf9ee.tar.gz ports-83df8a381731a388908c5b7f5f9cfb34b3acf9ee.zip |
Notes
Diffstat (limited to 'shells')
-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 |