- Fix pkg-plist

- Bump PORTREVSION
This commit is contained in:
Dennis Herrmann 2009-08-23 16:49:23 +00:00
parent 921a55a1fa
commit 6690adf845
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240202
2 changed files with 9 additions and 9 deletions

View file

@ -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/

View file

@ -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