diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-09 06:50:17 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-09 06:50:17 +0000 |
commit | eea2802b9940176012c954d791e093404fe21bc1 (patch) | |
tree | ebda17cb3ee9b051d33a1d41bdcc5bbe5208dff8 /shells/bash2 | |
parent | 24f24e0610a82bcd713146d180bd5ddd302b9830 (diff) | |
download | FreeBSD-ports-eea2802b9940176012c954d791e093404fe21bc1.zip FreeBSD-ports-eea2802b9940176012c954d791e093404fe21bc1.tar.gz |
Bump revision for directory command-line completion fix.
Always forgotten by: me
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 6cd0bb2..55ea04e 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -8,6 +8,7 @@ PORTNAME= bash PORTVERSION= 2.05b +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ |