Fix pkg-plist and bump portrevision.

Submitted by:	Stephen Montgomery-Smith
Approved by:	portmgr (pav)
This commit is contained in:
Maho Nakata 2009-04-14 11:19:03 +00:00
parent 96e2d02e46
commit 2db664b6c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232325
2 changed files with 9 additions and 8 deletions

View file

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

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