diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-10-04 01:33:49 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-10-04 01:33:49 +0000 |
commit | 4604233157b38ffdfb122874a67f8672a339d855 (patch) | |
tree | a4bd44b85f9e36673fd7521ac2d87e205b53103c /math | |
parent | cc013ca6a460326a97a98d9dd59d94bed4f6a4bb (diff) | |
download | ports-4604233157b38ffdfb122874a67f8672a339d855.tar.gz ports-4604233157b38ffdfb122874a67f8672a339d855.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-base/Makefile | 3 | ||||
-rw-r--r-- | math/octave-forge-base/files/load-octave-pkg.in | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/math/octave-forge-base/Makefile b/math/octave-forge-base/Makefile index 085db2a42698..36d1062133ed 100644 --- a/math/octave-forge-base/Makefile +++ b/math/octave-forge-base/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-base -PORTVERSION= 1.2 -PORTREVISION= 6 +PORTVERSION= 1.3 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none diff --git a/math/octave-forge-base/files/load-octave-pkg.in b/math/octave-forge-base/files/load-octave-pkg.in index 6e71ae6e08ed..3c305c6d723f 100644 --- a/math/octave-forge-base/files/load-octave-pkg.in +++ b/math/octave-forge-base/files/load-octave-pkg.in @@ -240,3 +240,8 @@ foreach my $p (@ordered_list_to_install) { print "load-octave-pkg: octave is installing $p.\n"; system "octave -H -q --no-site-file --eval \"pkg('install','$tardir/$p')\" > /dev/null\n"; } + +# Remove directories that may have been left behind by the octave packaging +# process. + +rmdir "$prefix/lib/octave/packages"; |