mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +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
173 B
Bash
Executable File
8 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
export PORTOBJFORMAT=aout
|
|
export OSVERSION=228001
|
|
unset DISPLAY
|
|
export HAVE_MOTIF=t
|
|
export PARALLEL_PACKAGE_BUILD=t
|
|
make ignorelist ECHO_MSG=true > ../../2.2/duds
|