diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-06-14 22:30:59 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-06-14 22:30:59 +0000 |
commit | 303c89a1fd2edd0df6a8dbc1a04d46693c6770d9 (patch) | |
tree | 5ccff641e2e29ebd643954f516ea9faadcb11600 /math/octave-forge-base/pkg-plist | |
parent | 275c3367731a14f49c7f2d702986ef77b4fc635a (diff) | |
download | ports-303c89a1fd2edd0df6a8dbc1a04d46693c6770d9.tar.gz ports-303c89a1fd2edd0df6a8dbc1a04d46693c6770d9.zip |
Notes
Diffstat (limited to 'math/octave-forge-base/pkg-plist')
-rw-r--r-- | math/octave-forge-base/pkg-plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/octave-forge-base/pkg-plist b/math/octave-forge-base/pkg-plist index e450c5ec88ca..327c41b4efc6 100644 --- a/math/octave-forge-base/pkg-plist +++ b/math/octave-forge-base/pkg-plist @@ -1,7 +1,7 @@ -@exec mkdir -p %%LOCALBASE%%/libexec/octave/packages -@exec mkdir -p %%LOCALBASE%%/share/octave/packages -@exec mkdir -p %%LOCALBASE%%/share/octave/tarballs -@unexec rm -rf %%LOCALBASE%%/libexec/octave/packages -@unexec rm -f %%LOCALBASE%%/share/octave/octave_packages -@unexec rm -rf %%LOCALBASE%%/share/octave/packages -@unexec rm -rf %%LOCALBASE%%/share/octave/tarballs +@exec mkdir -p %D/libexec/octave/packages +@exec mkdir -p %D/share/octave/packages +@exec mkdir -p %D/share/octave/tarballs +@unexec rm -rf %D/libexec/octave/packages 2>&1 >/dev/null || true +@unexec rm -f %D/share/octave/octave_packages 2>&1 >/dev/null || true +@unexec rm -rf %D/share/octave/packages 2>&1 >/dev/null || true +@unexec rm -rf %D/share/octave/tarballs 2>&1 >/dev/null || true |