mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
806b2d0a38
whitespace changes. Maintainer: timed out (hope he is happy with the docs) PR: 19854 (modified)
6 lines
140 B
Bash
6 lines
140 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
|