as an argument, in Linux "closedir()" ignores it, but in FreeBSD it crashes). - Fix wrapper script (arguments weren't passed to the real executable). - Bump port revision Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer) PR: ports/86480
7 lines
133 B
Bash
7 lines
133 B
Bash
#!/bin/sh
|
|
|
|
# The executable needs to be run from its data directory.
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
|
|
exec %%PREFIX%%/libexec/warzone "$@"
|