mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
9a369a50d0
by SHIMAOKA Shunsuke, with some modifications to the Makefile by me. The bytebench port was repo-copied to unixbench, before, to preserve its history. Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp)
11 lines
136 B
Bash
11 lines
136 B
Bash
#!/bin/sh
|
|
|
|
TMPDIR=${TMPDIR-/var/tmp}
|
|
RESULTDIR=${RESULTDIR-/tmp}
|
|
|
|
export TMPDIR RESULTDIR
|
|
|
|
cd %%PREFIX%%/lib/unixbench
|
|
|
|
exec ./Run "$@"
|