- Use IA32_BINARY_PORT instead of ONLY_FOR_ARCHS. - Bump PORTREVISION. Approved by: portmgr (erwin)
7 lines
189 B
Bash
7 lines
189 B
Bash
#!/bin/sh
|
|
|
|
# This program needs to know where to find its data, so we pass that
|
|
# information using the CHHOME environment variable.
|
|
|
|
export CHHOME="%%DATADIR%%"
|
|
exec "$CHHOME/bin/ch" "$@"
|