diff options
author | obrien <obrien@FreeBSD.org> | 2005-05-05 14:42:55 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-05-05 14:42:55 +0000 |
commit | 8a230d7a9dee5fca546800d2d6f4eef3424b4492 (patch) | |
tree | 4265745dfd62636540a4d9b572289a4f8820d3f0 /shells/bash2/Makefile | |
parent | fa28cacb3187689e8fca7e1c0676e4c2f1255095 (diff) | |
download | FreeBSD-ports-8a230d7a9dee5fca546800d2d6f4eef3424b4492.zip FreeBSD-ports-8a230d7a9dee5fca546800d2d6f4eef3424b4492.tar.gz |
Fix this patch file.
PR: 69873
Submitted by: Dave Evans <root@hclb.demon.co.uk>
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 99ffea9..ca18f04 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -8,7 +8,7 @@ PORTNAME= bash PORTVERSION= 2.05b.007 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ |