mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
d7377ebf72
A concurrent, object-oriented, distributed language with constraint-based inference. PR: 19476 Submitted by: Mathias Picker <mathiasp@virtual-earth.de>
7 lines
141 B
Bash
7 lines
141 B
Bash
#!/bin/sh
|
|
|
|
${PERL} -p -i -e"s:# OZHOME=.*:OZHOME=${PREFIX}/lib/oz:" ${PREFIX}/lib/oz/bin/oz
|
|
|
|
${LN} -sf ${PREFIX}/lib/oz/bin/* ${PREFIX}/bin
|
|
|