diff options
author | kris <kris@FreeBSD.org> | 2007-07-30 03:43:22 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-07-30 03:43:22 +0800 |
commit | 665f0454a483042fb6839b42099cfa1d489ff49b (patch) | |
tree | 62732a85fe33c072d215e9095d4151008827f1a3 /Tools/portbuild | |
parent | c0c9c75cd9faba6c42be5f6f824fec3d60a81637 (diff) | |
download | freebsd-ports-gnome-665f0454a483042fb6839b42099cfa1d489ff49b.tar.gz freebsd-ports-gnome-665f0454a483042fb6839b42099cfa1d489ff49b.tar.zst freebsd-ports-gnome-665f0454a483042fb6839b42099cfa1d489ff49b.zip |
Retire support for 4 and 4-exp builds
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-x | Tools/portbuild/scripts/makeindex | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex index 89f574b65561..a17892a73dba 100755 --- a/Tools/portbuild/scripts/makeindex +++ b/Tools/portbuild/scripts/makeindex @@ -26,14 +26,6 @@ if [ $# != 1 ]; then fi case "x$1" in - x4) - branch=4 - INDEXFILE=INDEX - ;; - x4-exp) - branch=4-exp - INDEXFILE=INDEX - ;; x5) branch=5 INDEXFILE=INDEX-5 |