aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-11 11:56:20 +0800
committerKris Kennaway <kris@FreeBSD.org>2002-03-11 11:56:20 +0800
commit909460e7dd21c25850ef576222a5e9739464cb4a (patch)
tree3722f273f399e886ec39b32c07442620fb9ec190 /Tools
parent504b6ad33e644000f9e78e075fd935d28362a2ed (diff)
downloadfreebsd-ports-909460e7dd21c25850ef576222a5e9739464cb4a.tar.gz
freebsd-ports-909460e7dd21c25850ef576222a5e9739464cb4a.tar.zst
freebsd-ports-909460e7dd21c25850ef576222a5e9739464cb4a.zip
Zap support for 2.2 and 3.x
Notes
Notes: svn path=/head/; revision=55842
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeindex12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index 7f509f5dc405..75215bd623cd 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