aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2009-08-24 00:49:23 +0800
committerdhn <dhn@FreeBSD.org>2009-08-24 00:49:23 +0800
commit666d649959506bddb0c68308f7736eba2f8af8ed (patch)
tree1e51024caf1f541519179185e0c32796766d4b7b /math
parent1a057f856bc87e0e064c4a69bcff3b77b54645e0 (diff)
downloadfreebsd-ports-gnome-666d649959506bddb0c68308f7736eba2f8af8ed.tar.gz
freebsd-ports-gnome-666d649959506bddb0c68308f7736eba2f8af8ed.tar.zst
freebsd-ports-gnome-666d649959506bddb0c68308f7736eba2f8af8ed.zip
- Fix pkg-plist
- Bump PORTREVSION
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile2
-rw-r--r--math/octave/pkg-plist16
2 files changed, 9 insertions, 9 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index cee9fc575fbf..7495dba61062 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -7,7 +7,7 @@
PORTNAME= octave
PORTVERSION= 3.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist
index 11dd9efe563b..61823f3a0a3c 100644
--- a/math/octave/pkg-plist
+++ b/math/octave/pkg-plist
@@ -15,21 +15,21 @@ share/applications/www.octave.org-octave.desktop
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@comment octave diggs some empty directories
@exec mkdir -p %D/share/octave/site/m/startup/octaverc 2>/dev/null || true
-@exec mkdir -p %D/share/octave/site/api-v32/m 2>/dev/null || true
-@exec mkdir -p %D/share/octave/site/api-v32 2>/dev/null || true
+@exec mkdir -p %D/share/octave/site/api-v37/m 2>/dev/null || true
+@exec mkdir -p %D/share/octave/site/api-v37 2>/dev/null || true
@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site/m 2>/dev/null || true
@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true
@exec mkdir -p %D/libexec/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/site/oct/api-v32/%%GNU_HOST%% 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/site/oct/api-v32 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/site/oct/api-v37/%%GNU_HOST%% 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/site/oct/api-v37 2>/dev/null || true
@exec mkdir -p %D/libexec/octave/site/oct 2>/dev/null || true
@exec mkdir -p %D/libexec/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true
@exec mkdir -p %D/libexec/octave/site/exec 2>/dev/null || true
@exec mkdir -p %D/libexec/octave/site 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/api-v32/site/exec/%%GNU_HOST%% 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/api-v32/site/exec 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/api-v32/site 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/api-v32 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/api-v37/site/exec/%%GNU_HOST%% 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/api-v37/site/exec 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/api-v37/site 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/api-v37 2>/dev/null || true
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% 2>/dev/null || true
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct 2>/dev/null || true
@exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% 2>/dev/null || true