diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-15 21:55:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-15 21:55:52 +0000 |
commit | 328a27e8b5387098fdebb3b0e9ba630c549dfa96 (patch) | |
tree | 1561b05bc1a7b9a8a52726d3fc926c4b323daef8 /Tools | |
parent | 17048bd5046bacd36eb68c959dfd353527c0a7c5 (diff) | |
download | ports-328a27e8b5387098fdebb3b0e9ba630c549dfa96.tar.gz ports-328a27e8b5387098fdebb3b0e9ba630c549dfa96.zip |
Notes
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/portbuild/scripts/buildenv | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Tools/portbuild/scripts/buildenv b/Tools/portbuild/scripts/buildenv index 41b38667b5e6..b9f3b2309bf4 100644 --- a/Tools/portbuild/scripts/buildenv +++ b/Tools/portbuild/scripts/buildenv @@ -8,13 +8,10 @@ buildenv () { case "x$branch" in x4) - export XFREE86_VERSION=4 ;; x4-exp) - export XFREE86_VERSION=4 ;; x5) - export XFREE86_VERSION=4 ;; *) echo "buildvars: invalid branch" @@ -22,6 +19,10 @@ buildenv () { ;; esac + export XFREE86_VERSION=4 + export PKGSUFFIX=.tbz + export PKGZIPCMD=bzip2 + # Have to use realpath because 'make index' doesn't deal with symlinks in PORTSDIR # - kk 020311 export PORTSDIR=$(realpath ${pb}/${branch}/ports) |