diff options
author | kris <kris@FreeBSD.org> | 2002-03-11 03:56:20 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-11 03:56:20 +0000 |
commit | e5d7512ff0c7183c86b0cc289b584ffe3fc7d7fc (patch) | |
tree | ca8748bc253da216a365a86a595d16efc2cae2b1 /Tools | |
parent | fa2d01928ed9c7471670cbdc1e72c22dc9f0bf02 (diff) | |
download | FreeBSD-ports-e5d7512ff0c7183c86b0cc289b584ffe3fc7d7fc.zip FreeBSD-ports-e5d7512ff0c7183c86b0cc289b584ffe3fc7d7fc.tar.gz |
Zap support for 2.2 and 3.x
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/makeindex | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex index 7f509f5..75215bd 100755 --- a/Tools/portbuild/scripts/makeindex +++ b/Tools/portbuild/scripts/makeindex @@ -12,18 +12,6 @@ if [ $# != 1 ]; then usage fi case "x$1" in - x2.2) - branch=2.2 - export PORTOBJFORMAT=aout - export OSREL=2.2.8 - export OSVERSION=228001 - ;; - x3) - branch=3 - export PORTOBJFORMAT=elf - export OSREL=3.5 - export OSVERSION=350001 - ;; x4) branch=4 export PORTOBJFORMAT=elf |