diff options
author | kris <kris@FreeBSD.org> | 2007-07-30 03:45:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-07-30 03:45:05 +0800 |
commit | 480aa3a73c6a21cd73e7a0458812a6196863c83a (patch) | |
tree | 0ca0bf9eece065ebc3295cf14a6221c42f79bc8b /Tools/portbuild | |
parent | bd8820164807b4095bfaefa85ad20479e926a614 (diff) | |
download | freebsd-ports-gnome-480aa3a73c6a21cd73e7a0458812a6196863c83a.tar.gz freebsd-ports-gnome-480aa3a73c6a21cd73e7a0458812a6196863c83a.tar.zst freebsd-ports-gnome-480aa3a73c6a21cd73e7a0458812a6196863c83a.zip |
* Retire 4 build and add 6-exp2 experimental build
* Don't populate BSD.local.dist, this file is maintained in the ports tree
now and is populated at build time
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-x | Tools/portbuild/scripts/mkbindist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/portbuild/scripts/mkbindist b/Tools/portbuild/scripts/mkbindist index fb3dc49732ef..a7468bf7ea6f 100755 --- a/Tools/portbuild/scripts/mkbindist +++ b/Tools/portbuild/scripts/mkbindist @@ -10,7 +10,7 @@ fi arch=$1 branch=$2 -if [ "x$branch" != x4 -a "x$branch" != x5 -a "x$branch" != x6-exp -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 ]; then usage fi @@ -53,7 +53,6 @@ cd ${tmpdir} mtree -deU -f ${here}/src/etc/mtree/BSD.root.dist -p ${tmpdir}/ mtree -deU -f ${here}/src/etc/mtree/BSD.var.dist -p ${tmpdir}/var mtree -deU -f ${here}/src/etc/mtree/BSD.usr.dist -p ${tmpdir}/usr -mtree -deU -f ${here}/src/etc/mtree/BSD.local.dist -p ${tmpdir}/usr/local # Copy the files into the tmpdir. Use an existing built world, or the ftp # files. |