diff options
author | asami <asami@FreeBSD.org> | 1998-09-09 10:11:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-09 10:11:46 +0800 |
commit | 1c81951148c51f8e495cd5cf7c2c8287350f39b5 (patch) | |
tree | a9b0878d3158396026fff8e9f52839379d9251c4 /math/octave-devel | |
parent | e0f53ee76a4f93dfec2ad9fa27980d4bc852868d (diff) | |
download | freebsd-ports-gnome-1c81951148c51f8e495cd5cf7c2c8287350f39b5.tar.gz freebsd-ports-gnome-1c81951148c51f8e495cd5cf7c2c8287350f39b5.tar.zst freebsd-ports-gnome-1c81951148c51f8e495cd5cf7c2c8287350f39b5.zip |
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. :)
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/pkg-plist | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/math/octave-devel/pkg-plist b/math/octave-devel/pkg-plist index 1badd80d1175..7f3b92409196 100644 --- a/math/octave-devel/pkg-plist +++ b/math/octave-devel/pkg-plist @@ -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 |