diff options
author | kris <kris@FreeBSD.org> | 2000-07-03 12:48:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-07-03 12:48:30 +0800 |
commit | 5f57d2ea20b70576f22f8317eb19932cecabfc66 (patch) | |
tree | 738d147bb68103920e5fd664d232fdc74c5bde37 /math | |
parent | e40e3a12a6cfcb2745c95221c79face5a6561bd3 (diff) | |
download | freebsd-ports-gnome-5f57d2ea20b70576f22f8317eb19932cecabfc66.tar.gz freebsd-ports-gnome-5f57d2ea20b70576f22f8317eb19932cecabfc66.tar.zst freebsd-ports-gnome-5f57d2ea20b70576f22f8317eb19932cecabfc66.zip |
Remove extraneous files and directories on deinstall
Noticed by: bento
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-devel/Makefile | 2 | ||||
-rw-r--r-- | math/octave-devel/pkg-plist | 5 | ||||
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | math/octave/pkg-plist | 5 |
4 files changed, 12 insertions, 2 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 6a14a1d90690..1bfff00e8843 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --disable-shared --host=${GNU_HOST} CONFIGURE_ARGS+= --with-f2c .endif -MAN1= octave.1 +MAN1= octave.1 octave-bug.1 LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 diff --git a/math/octave-devel/pkg-plist b/math/octave-devel/pkg-plist index d0d953b6c5df..23038bc06c7a 100644 --- a/math/octave-devel/pkg-plist +++ b/math/octave-devel/pkg-plist @@ -1,7 +1,9 @@ bin/mkoctfile +bin/mkoctfile-%%OCTAVE_VERSION%% bin/octave bin/octave-%%OCTAVE_VERSION%% bin/octave-bug +bin/octave-bug-%%OCTAVE_VERSION%% include/octave-%%OCTAVE_VERSION%%/octave/Array-flags.h include/octave-%%OCTAVE_VERSION%%/octave/Array-idx.h include/octave-%%OCTAVE_VERSION%%/octave/Array.cc @@ -278,6 +280,9 @@ info/octave.info-9 info/octave.info-10 info/octave.info-11 info/octave.info-12 +info/octave.info-13 +info/octave.info-14 +info/octave.info-15 info/liboctave.info info/liboctave.info-1 info/liboctave.info-2 diff --git a/math/octave/Makefile b/math/octave/Makefile index 6a14a1d90690..1bfff00e8843 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --disable-shared --host=${GNU_HOST} CONFIGURE_ARGS+= --with-f2c .endif -MAN1= octave.1 +MAN1= octave.1 octave-bug.1 LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index d0d953b6c5df..23038bc06c7a 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -1,7 +1,9 @@ bin/mkoctfile +bin/mkoctfile-%%OCTAVE_VERSION%% bin/octave bin/octave-%%OCTAVE_VERSION%% bin/octave-bug +bin/octave-bug-%%OCTAVE_VERSION%% include/octave-%%OCTAVE_VERSION%%/octave/Array-flags.h include/octave-%%OCTAVE_VERSION%%/octave/Array-idx.h include/octave-%%OCTAVE_VERSION%%/octave/Array.cc @@ -278,6 +280,9 @@ info/octave.info-9 info/octave.info-10 info/octave.info-11 info/octave.info-12 +info/octave.info-13 +info/octave.info-14 +info/octave.info-15 info/liboctave.info info/liboctave.info-1 info/liboctave.info-2 |