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 | |
parent | acaa583641b3158d533e47b132f19548a07f00f6 (diff) | |
download | ports-ca2e9e98c7b3fd496b4a226f6248061c6d2ad3fb.tar.gz ports-ca2e9e98c7b3fd496b4a226f6248061c6d2ad3fb.zip |
Notes
-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 |