diff options
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/} \ |