diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2009-03-11 17:00:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-03-11 17:00:37 +0000 |
commit | f2fde45612b8cec823b1c961ea9b1d0a44cb1001 (patch) | |
tree | 0a664b43674c96670e3c9c574cc330175006305a /shells/bash | |
parent | 086043e27f3008f9b18f60fced051c24b90d598b (diff) | |
download | ports-f2fde45612b8cec823b1c961ea9b1d0a44cb1001.tar.gz ports-f2fde45612b8cec823b1c961ea9b1d0a44cb1001.zip |
Notes
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 2582658839c7..de815c712021 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -8,7 +8,8 @@ PORTNAME= bash PATCHLEVEL= 0 -PORTVERSION= 4.0.${PATCHLEVEL:S/^0//g} +#PORTVERSION= 4.0.${PATCHLEVEL:S/^0//g} +PORTVERSION= 4.0 PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ |