aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-09 10:11:46 +0800
committerSatoshi Asami <asami@FreeBSD.org>1998-09-09 10:11:46 +0800
commit7457015fa2b244f6c1c8cf383cb3d12aa51a90de (patch)
tree3ad318e649c6f99db35719b6e60e8eef091ac7bb /math/octave
parentcd4a8fb9bcec6a622f1164f6b101917618b4db8e (diff)
downloadfreebsd-ports-gnome-7457015fa2b244f6c1c8cf383cb3d12aa51a90de.tar.gz
freebsd-ports-gnome-7457015fa2b244f6c1c8cf383cb3d12aa51a90de.tar.zst
freebsd-ports-gnome-7457015fa2b244f6c1c8cf383cb3d12aa51a90de.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')
-rw-r--r--math/octave/pkg-plist10
1 files changed, 7 insertions, 3 deletions
diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist
index 1badd80d1175..7f3b92409196 100644
--- a/math/octave/pkg-plist
+++ b/math/octave/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