diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-02 22:55:06 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-02 22:55:06 +0000 |
commit | 2410f8167f94741a0cb34e5340502756cf49b910 (patch) | |
tree | 4b319dcd993c01eb181f1729499537b682774455 /math/scilab | |
parent | 31c86921f7e36fda1ece420684f28472181f9555 (diff) | |
download | ports-2410f8167f94741a0cb34e5340502756cf49b910.tar.gz ports-2410f8167f94741a0cb34e5340502756cf49b910.zip |
Notes
Diffstat (limited to 'math/scilab')
-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 |