summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-scripts+pkg+pkg.m
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-04-12 00:19:20 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-04-12 00:19:20 +0000
commit7dec06d74d18aee290e70b112e2685477454b0e3 (patch)
tree4c1781325864ed0f0554b852965c7f0f9d483f46 /math/octave/files/patch-scripts+pkg+pkg.m
parent- Update to 5.8 (diff)
Update to 3.0.5.
Diffstat (limited to 'math/octave/files/patch-scripts+pkg+pkg.m')
-rw-r--r--math/octave/files/patch-scripts+pkg+pkg.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/octave/files/patch-scripts+pkg+pkg.m b/math/octave/files/patch-scripts+pkg+pkg.m
index c4b0030fe524..1e46e7eab91d 100644
--- a/math/octave/files/patch-scripts+pkg+pkg.m
+++ b/math/octave/files/patch-scripts+pkg+pkg.m
@@ -1,11 +1,11 @@
---- scripts/pkg/pkg.m~ 2007-12-20 16:55:26.000000000 +0000
-+++ scripts/pkg/pkg.m 2008-02-25 16:32:59.000000000 +0000
-@@ -1052,7 +1052,7 @@
+--- scripts/pkg/pkg.m~ 2009-04-09 17:26:54.000000000 +0900
++++ scripts/pkg/pkg.m 2009-04-09 17:27:14.000000000 +0900
+@@ -1242,7 +1242,7 @@
## make
if (exist (fullfile (src, "Makefile"), "file"))
[status, output] = shell (strcat ("export INSTALLDIR=\"", desc.dir,
-- "\"; make -C ", src));
-+ "\"; gmake -C ", src));
+- "\"; make -C '", src, "'"));
++ "\"; gmake -C '", src, "'"));
if (status != 0)
rm_rf (desc.dir);
error ("'make' returned the following error: %s", output);