diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-04-14 11:19:03 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-04-14 11:19:03 +0000 |
commit | 2db664b6c4742a8cd43a9fcf82caaca554034eb0 (patch) | |
tree | 1796fe09ea03d4715c0582b03ca9a3599d17a9a6 /math | |
parent | 96e2d02e463285aaf1fed9a04d6f7391efa5868b (diff) | |
download | ports-2db664b6c4742a8cd43a9fcf82caaca554034eb0.tar.gz ports-2db664b6c4742a8cd43a9fcf82caaca554034eb0.zip |
Notes
Diffstat (limited to 'math')
-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 |