diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-03 04:48:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-03 04:48:30 +0000 |
commit | deb38ffed8d02b6c00e3a030eacf48cfbbf93adc (patch) | |
tree | 648a28fdd7f119ce401dd1af81ee996976af55b2 /math/octave-devel | |
parent | Remove extraneous directory on deinstall (diff) |
Remove extraneous files and directories on deinstall
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=30111
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 2 | ||||
-rw-r--r-- | math/octave-devel/pkg-plist | 5 |
2 files changed, 6 insertions, 1 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 |