diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 00:09:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 00:09:22 +0000 |
commit | 9a4b76df92086f996e61814dff0ceaef33e0695d (patch) | |
tree | b1571f8a532d69769622ee3855ff99cfe07b91c3 /Tools | |
parent | 5a8bbc0d75a840197972eaa171a1251f8a7d1c3b (diff) | |
download | ports-9a4b76df92086f996e61814dff0ceaef33e0695d.tar.gz ports-9a4b76df92086f996e61814dff0ceaef33e0695d.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/makeduds | 6 | ||||
-rwxr-xr-x | Tools/portbuild/scripts/makeindex | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds index 034d0dcdbb2f..f7f2aa1104ca 100755 --- a/Tools/portbuild/scripts/makeduds +++ b/Tools/portbuild/scripts/makeduds @@ -21,14 +21,14 @@ case "x$1" in x3) branch=3 export PORTOBJFORMAT=elf - # export OSREL=3.1 - # export OSVERSION=310002 + # export OSREL=3.3 + # export OSVERSION=330000 ;; x4) branch=4 export PORTOBJFORMAT=elf export OSREL=4.0 - export OSVERSION=400002 + export OSVERSION=400009 ;; *) usage diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex index a2630e65f43e..f287323b1aef 100755 --- a/Tools/portbuild/scripts/makeindex +++ b/Tools/portbuild/scripts/makeindex @@ -21,14 +21,14 @@ case "x$1" in x3) branch=3 export PORTOBJFORMAT=elf - # export OSREL=3.1 - # export OSVERSION=310002 + # export OSREL=3.3 + # export OSVERSION=330000 ;; x4) branch=4 export PORTOBJFORMAT=elf export OSREL=4.0 - export OSVERSION=400002 + export OSVERSION=400009 ;; *) usage |