diff options
author | maho <maho@FreeBSD.org> | 2009-04-14 19:19:03 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-04-14 19:19:03 +0800 |
commit | 37b3f42338724fed4cd35118b71cbf31f1465569 (patch) | |
tree | 47557bd200df666f4422cbc953718153187ec72a /math/octave | |
parent | f8f22cbf8ab89784dae84d61d6993d333f4b1707 (diff) | |
download | freebsd-ports-gnome-37b3f42338724fed4cd35118b71cbf31f1465569.tar.gz freebsd-ports-gnome-37b3f42338724fed4cd35118b71cbf31f1465569.tar.zst freebsd-ports-gnome-37b3f42338724fed4cd35118b71cbf31f1465569.zip |
Fix pkg-plist and bump portrevision.
Submitted by: Stephen Montgomery-Smith
Approved by: portmgr (pav)
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 1 | ||||
-rw-r--r-- | math/octave/pkg-plist | 16 |
2 files changed, 9 insertions, 8 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 8e09444bc60e..ab73f2433ce4 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave PORTVERSION= 3.0.5 +PORTREVISION= 1 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 45752b1a74c9..11dd9efe563b 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-v36/m 2>/dev/null || true -@exec mkdir -p %D/share/octave/site/api-v36 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/%%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-v36/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/site/oct/api-v36 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 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-v36/site/exec/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/api-v36/site/exec 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/api-v36/site 2>/dev/null || true -@exec mkdir -p %D/libexec/octave/api-v36 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/%%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 |