diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2009-03-12 12:24:13 +0000 | 
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2009-03-12 12:24:13 +0000 | 
| commit | c4fd38f5afe6a9213ef233c787477247a035fcfd (patch) | |
| tree | f6488e19def3effb6819adf95a0c06845fae6107 /math/octave-devel/files/patch-scripts+pkg+pkg.m | |
| parent | f2e2b53c4105af7bd45c1472a80ae730c6c95e24 (diff) | |
Notes
Diffstat (limited to 'math/octave-devel/files/patch-scripts+pkg+pkg.m')
| -rw-r--r-- | math/octave-devel/files/patch-scripts+pkg+pkg.m | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/math/octave-devel/files/patch-scripts+pkg+pkg.m b/math/octave-devel/files/patch-scripts+pkg+pkg.m index ce7a5d1655cb..52f944ba4382 100644 --- a/math/octave-devel/files/patch-scripts+pkg+pkg.m +++ b/math/octave-devel/files/patch-scripts+pkg+pkg.m @@ -1,11 +1,11 @@ ---- scripts/pkg/pkg.m~	2008-07-22 00:59:05.000000000 +0900 -+++ scripts/pkg/pkg.m	2008-08-23 05:47:31.000000000 +0900 -@@ -1242,7 +1242,7 @@ -     ## make +--- scripts/pkg/pkg.m~	2009-03-09 11:04:57.000000000 +0900 ++++ scripts/pkg/pkg.m	2009-03-09 11:05:12.000000000 +0900 +@@ -1239,7 +1239,7 @@ +     ## Make.       if (exist (fullfile (src, "Makefile"), "file"))         [status, output] = shell (cstrcat ("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);  | 
