aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-16 08:51:01 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-16 08:51:01 +0800
commit9a0e1513ffe24b2b28f66be8f9fb3f29581f4151 (patch)
treeed537179ca96ae5d6e2892314b46750f67e3b0ff /Tools
parentde00dd9e5c319ffd209adc83e9b209cecee6e61f (diff)
downloadfreebsd-ports-gnome-9a0e1513ffe24b2b28f66be8f9fb3f29581f4151.tar.gz
freebsd-ports-gnome-9a0e1513ffe24b2b28f66be8f9fb3f29581f4151.tar.zst
freebsd-ports-gnome-9a0e1513ffe24b2b28f66be8f9fb3f29581f4151.zip
Add 7-exp and 8.
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/mkbindist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/mkbindist b/Tools/portbuild/scripts/mkbindist
index a7468bf7ea6f..de2b5d4a2a39 100755
--- a/Tools/portbuild/scripts/mkbindist
+++ b/Tools/portbuild/scripts/mkbindist
@@ -10,7 +10,7 @@ fi
arch=$1
branch=$2
-if [ "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6-exp -a "x$branch" != x6-exp2 -a "x$branch" != x6 -a "x$branch" != x7 ]; then
+if [ "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6-exp -a "x$branch" != x6-exp2 -a "x$branch" != x6 -a "x$branch" != x7 -a "x$branch" != x7-exp -a "x$branch" != x8 ]; then
usage
fi