mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
|
#!/bin/sh
|
||
|
export OSREL=2.2.8
|
||
|
export OSVERSION=228001
|
||
|
export PORTOBJFORMAT=aout
|
||
|
export PORTSDIR=$(pwd)
|
||
|
export PARALLEL_PACKAGE_BUILD=t
|
||
|
make index
|