diff options
author | obrien <obrien@FreeBSD.org> | 2009-03-11 15:45:55 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2009-03-11 15:45:55 +0800 |
commit | 0a08ccbb9ba39b4d2ad4277c074f1bf4fae8edf4 (patch) | |
tree | 6c29d1c0572ca824d4932c3d0e7d0a8a4f6a1faa /shells | |
parent | 23ec75f0076f1ca92633afe94f6fe5b513b45c8b (diff) | |
download | freebsd-ports-gnome-0a08ccbb9ba39b4d2ad4277c074f1bf4fae8edf4.tar.gz freebsd-ports-gnome-0a08ccbb9ba39b4d2ad4277c074f1bf4fae8edf4.tar.zst freebsd-ports-gnome-0a08ccbb9ba39b4d2ad4277c074f1bf4fae8edf4.zip |
Fix typo I missed on the resurrection.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 8cf4684c6b33..a431c685cfd9 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -9,7 +9,7 @@ PORTNAME= bash PATCHLEVEL= 48 PORTVERSION= 3.2.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq |