mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
75ec193fb8
Tools/portbuild for details. Note that this is still a major work in progress. I probably forgot something but I need to go to sleep. At least it works here (most of the time :).
8 lines
145 B
Bash
Executable File
8 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
export OSREL=2.2.8
|
|
export OSVERSION=228001
|
|
export PORTOBJFORMAT=aout
|
|
export PORTSDIR=$(pwd)
|
|
export PARALLEL_PACKAGE_BUILD=t
|
|
make index
|