diff options
author | cmt <cmt@FreeBSD.org> | 2018-11-17 07:50:29 +0800 |
---|---|---|
committer | cmt <cmt@FreeBSD.org> | 2018-11-17 07:50:29 +0800 |
commit | d6313e21b61b07253841a47e54209ac68a04f996 (patch) | |
tree | 67beb90fe31fca24a0fc7c5ac4a12312a6708d2e | |
parent | b657e87553011793f9203708834dafeee10ad48f (diff) | |
download | freebsd-ports-gnome-d6313e21b61b07253841a47e54209ac68a04f996.tar.gz freebsd-ports-gnome-d6313e21b61b07253841a47e54209ac68a04f996.tar.zst freebsd-ports-gnome-d6313e21b61b07253841a47e54209ac68a04f996.zip |
math/octave: fix pkg-plist typos from r485083
Approved by: fix-the-obvious
-rw-r--r-- | math/octave/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index 2a5ee544c304..f1fa622cb67f 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -2029,7 +2029,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/ov-struct.h include/octave-%%OCTAVE_VERSION%%/octave/ov-typeinfo.h include/octave-%%OCTAVE_VERSION%%/octave/ov-uint16.h include/octave-%%OCTAVE_VERSION%%/octave/ov-uint32.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-uint64h +include/octave-%%OCTAVE_VERSION%%/octave/ov-uint64.h include/octave-%%OCTAVE_VERSION%%/octave/ov-uint8.h include/octave-%%OCTAVE_VERSION%%/octave/ov-usr-fcn.h include/octave-%%OCTAVE_VERSION%%/octave/ov.h @@ -2151,7 +2151,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fcrv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-ops.h include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-crv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-cs.h -include/octave-%%OCTAVE_VERSION%%/oave/vx-s-ccv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-s-ccv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-s-crv.h include/octave-%%OCTAVE_VERSION%%/octave/xdiv.h include/octave-%%OCTAVE_VERSION%%/octave/xnorm.h @@ -2175,7 +2175,7 @@ lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_fltk__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_gnuplot__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__ode15__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__osmesa_print__.oct -ib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/amd.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audiodevinfo.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audioread.oct |