diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-07-29 19:43:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-07-29 19:43:22 +0000 |
commit | ca2e9e98c7b3fd496b4a226f6248061c6d2ad3fb (patch) | |
tree | 537caff8d2153cf53e93571810d3b4a0f43703fe /Tools | |
parent | Update to 0.7.0. (diff) |
Retire support for 4 and 4-exp builds
Notes
Notes:
svn path=/head/; revision=196639
Diffstat (limited to 'Tools')
-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 |