diff options
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 9175fdb2db6f..5ca2454c6072 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -43,6 +43,8 @@ post-extract: pre-patch: @${PERL} -pi -e 's|\r\n|\n|' ${WRKSRC}/macros/util/formatman.sci + +post-patch: @${PERL} -pi -e 's,%%PVM_ROOT%%,${PVM_ROOT},' \ ${WRKSRC}/scripts/scilab.g |