aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-03-12 01:00:37 +0800
committerobrien <obrien@FreeBSD.org>2009-03-12 01:00:37 +0800
commitea0dbc5a5277582a83775e72bb4c0133b9c805de (patch)
tree44fbfd9a90fb66aed001ef4a7baac5eb5fc4f867 /shells/bash
parentbc255be1c4fc64826c76345d470d4914b6f3d6a8 (diff)
downloadfreebsd-ports-gnome-ea0dbc5a5277582a83775e72bb4c0133b9c805de.tar.gz
freebsd-ports-gnome-ea0dbc5a5277582a83775e72bb4c0133b9c805de.tar.zst
freebsd-ports-gnome-ea0dbc5a5277582a83775e72bb4c0133b9c805de.zip
Fix nit in version number.
Diffstat (limited to 'shells/bash')
-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/} \