mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
5 lines
126 B
Bash
5 lines
126 B
Bash
#!/bin/sh
|
|
|
|
export JAVADIR JDKDIR
|
|
|
|
perl -pi -e 's|%%JAVADIR%%|$ENV{JAVADIR}|g;s|%%JDKDIR%%|$ENV{JDKDIR}|g;' ${WRKSRC}/bin/sdoc
|