summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2009-03-11 17:00:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2009-03-11 17:00:37 +0000
commitf2fde45612b8cec823b1c961ea9b1d0a44cb1001 (patch)
tree0a664b43674c96670e3c9c574cc330175006305a /shells
parent- Update to 2.3 (diff)
Fix nit in version number.
Notes
Notes: svn path=/head/; revision=229899
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile3
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/} \