aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-16 05:51:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-16 05:51:02 +0000
commit8668b4f30b7ccfc80db43c48268dfcc58058e51e (patch)
treed8cc888d75e0a6a1d5d404b1f911899afbb96dea /Tools
parentad945e95f4e88754c862c8890dca22fd8e064782 (diff)
downloadports-8668b4f30b7ccfc80db43c48268dfcc58058e51e.tar.gz
ports-8668b4f30b7ccfc80db43c48268dfcc58058e51e.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeduds6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds
index a8f37f1125a6..8d3999e787ca 100755
--- a/Tools/portbuild/scripts/makeduds
+++ b/Tools/portbuild/scripts/makeduds
@@ -21,19 +21,19 @@ case "x$1" in
branch=4
export PORTOBJFORMAT=elf
export OSREL=4.5
- export OSVERSION=450000
+ export OSVERSION=450002
;;
x4-exp)
branch=4-exp
export PORTOBJFORMAT=elf
export OSREL=4.5
- export OSVERSION=450000
+ export OSVERSION=450002
;;
x5)
branch=5
export PORTOBJFORMAT=elf
export OSREL=5.0
- export OSVERSION=500027
+ export OSVERSION=500031
;;
*)
usage