diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-08-23 16:49:23 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-08-23 16:49:23 +0000 |
commit | 6690adf8458f51c84dd184d0a01adda1b867d060 (patch) | |
tree | 330541c969d75d5ea15939c293b70ac1c40f7c97 | |
parent | 921a55a1faa99f5001fe76fa9c762b6629ad5c39 (diff) | |
download | ports-6690adf8458f51c84dd184d0a01adda1b867d060.tar.gz ports-6690adf8458f51c84dd184d0a01adda1b867d060.zip |
Notes
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | math/octave/pkg-plist | 16 |
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 |