mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
The three libraries are installed in a subdirectory, not under /usr/local/lib.
Also, three files were missing from the PLIST. Note, I'm not sure if the former is right but I'm just making this file match reality. If it really has to go under /usr/local/lib, the maintainer should feel free to fix the install process. :)
This commit is contained in:
parent
cd4a8fb9bc
commit
7457015fa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13061
2 changed files with 14 additions and 6 deletions
|
@ -3,9 +3,6 @@ bin/mkoctfile
|
|||
include/octave-2.0.13/config.h
|
||||
include/octave-2.0.13/f77-fcn.h
|
||||
include/octave-2.0.13/lo-error.h
|
||||
lib/libcruft.a
|
||||
lib/liboctave.a
|
||||
lib/liboctinterp.a
|
||||
include/octave-2.0.13/Bounds.h
|
||||
include/octave-2.0.13/CollocWt.h
|
||||
include/octave-2.0.13/DAE.h
|
||||
|
@ -227,6 +224,10 @@ include/octave-2.0.13/defaults.h
|
|||
include/octave-2.0.13/oct-conf.h
|
||||
include/octave-2.0.13/oct-gperf.h
|
||||
@dirrm include/octave-2.0.13
|
||||
lib/octave-2.0.13/libcruft.a
|
||||
lib/octave-2.0.13/liboctave.a
|
||||
lib/octave-2.0.13/liboctinterp.a
|
||||
@dirrm lib/octave-2.0.13
|
||||
share/octave/2.0.13/m/audio/lin2mu.m
|
||||
share/octave/2.0.13/m/audio/loadaudio.m
|
||||
share/octave/2.0.13/m/audio/mu2lin.m
|
||||
|
@ -312,6 +313,7 @@ share/octave/2.0.13/m/io/puts.m
|
|||
share/octave/2.0.13/m/linear-algebra/commutation_matrix.m
|
||||
share/octave/2.0.13/m/linear-algebra/cond.m
|
||||
share/octave/2.0.13/m/linear-algebra/cross.m
|
||||
share/octave/2.0.13/m/linear-algebra/dot.m
|
||||
share/octave/2.0.13/m/linear-algebra/duplication_matrix.m
|
||||
share/octave/2.0.13/m/linear-algebra/kron.m
|
||||
share/octave/2.0.13/m/linear-algebra/norm.m
|
||||
|
@ -441,6 +443,7 @@ share/octave/2.0.13/m/strings/findstr.m
|
|||
share/octave/2.0.13/m/strings/hex2dec.m
|
||||
share/octave/2.0.13/m/strings/index.m
|
||||
share/octave/2.0.13/m/strings/isletter.m
|
||||
share/octave/2.0.13/m/strings/lower.m
|
||||
share/octave/2.0.13/m/strings/rindex.m
|
||||
share/octave/2.0.13/m/strings/split.m
|
||||
share/octave/2.0.13/m/strings/str2mat.m
|
||||
|
@ -449,6 +452,7 @@ share/octave/2.0.13/m/strings/strcat.m
|
|||
share/octave/2.0.13/m/strings/strcmp.m
|
||||
share/octave/2.0.13/m/strings/strrep.m
|
||||
share/octave/2.0.13/m/strings/substr.m
|
||||
share/octave/2.0.13/m/strings/upper.m
|
||||
share/octave/2.0.13/m/time/asctime.m
|
||||
share/octave/2.0.13/m/time/clock.m
|
||||
share/octave/2.0.13/m/time/ctime.m
|
||||
|
|
|
@ -3,9 +3,6 @@ bin/mkoctfile
|
|||
include/octave-2.0.13/config.h
|
||||
include/octave-2.0.13/f77-fcn.h
|
||||
include/octave-2.0.13/lo-error.h
|
||||
lib/libcruft.a
|
||||
lib/liboctave.a
|
||||
lib/liboctinterp.a
|
||||
include/octave-2.0.13/Bounds.h
|
||||
include/octave-2.0.13/CollocWt.h
|
||||
include/octave-2.0.13/DAE.h
|
||||
|
@ -227,6 +224,10 @@ include/octave-2.0.13/defaults.h
|
|||
include/octave-2.0.13/oct-conf.h
|
||||
include/octave-2.0.13/oct-gperf.h
|
||||
@dirrm include/octave-2.0.13
|
||||
lib/octave-2.0.13/libcruft.a
|
||||
lib/octave-2.0.13/liboctave.a
|
||||
lib/octave-2.0.13/liboctinterp.a
|
||||
@dirrm lib/octave-2.0.13
|
||||
share/octave/2.0.13/m/audio/lin2mu.m
|
||||
share/octave/2.0.13/m/audio/loadaudio.m
|
||||
share/octave/2.0.13/m/audio/mu2lin.m
|
||||
|
@ -312,6 +313,7 @@ share/octave/2.0.13/m/io/puts.m
|
|||
share/octave/2.0.13/m/linear-algebra/commutation_matrix.m
|
||||
share/octave/2.0.13/m/linear-algebra/cond.m
|
||||
share/octave/2.0.13/m/linear-algebra/cross.m
|
||||
share/octave/2.0.13/m/linear-algebra/dot.m
|
||||
share/octave/2.0.13/m/linear-algebra/duplication_matrix.m
|
||||
share/octave/2.0.13/m/linear-algebra/kron.m
|
||||
share/octave/2.0.13/m/linear-algebra/norm.m
|
||||
|
@ -441,6 +443,7 @@ share/octave/2.0.13/m/strings/findstr.m
|
|||
share/octave/2.0.13/m/strings/hex2dec.m
|
||||
share/octave/2.0.13/m/strings/index.m
|
||||
share/octave/2.0.13/m/strings/isletter.m
|
||||
share/octave/2.0.13/m/strings/lower.m
|
||||
share/octave/2.0.13/m/strings/rindex.m
|
||||
share/octave/2.0.13/m/strings/split.m
|
||||
share/octave/2.0.13/m/strings/str2mat.m
|
||||
|
@ -449,6 +452,7 @@ share/octave/2.0.13/m/strings/strcat.m
|
|||
share/octave/2.0.13/m/strings/strcmp.m
|
||||
share/octave/2.0.13/m/strings/strrep.m
|
||||
share/octave/2.0.13/m/strings/substr.m
|
||||
share/octave/2.0.13/m/strings/upper.m
|
||||
share/octave/2.0.13/m/time/asctime.m
|
||||
share/octave/2.0.13/m/time/clock.m
|
||||
share/octave/2.0.13/m/time/ctime.m
|
||||
|
|
Loading…
Add table
Reference in a new issue