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/octave/pkg-plist | |
parent | 96e2d02e463285aaf1fed9a04d6f7391efa5868b (diff) | |
download | ports-2db664b6c4742a8cd43a9fcf82caaca554034eb0.tar.gz ports-2db664b6c4742a8cd43a9fcf82caaca554034eb0.zip |
Notes
Diffstat (limited to 'math/octave/pkg-plist')
-rw-r--r-- | math/octave/pkg-plist | 16 |
1 files changed, 8 insertions, 8 deletions
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 |