* XFREE86_VERSION=4 is now standard
* Add PKGSUFFIX and PKGZIPCMD variables
This commit is contained in:
parent
17048bd504
commit
328a27e8b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66383
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue