mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Remove extraneous files and directories on deinstall
Noticed by: bento
This commit is contained in:
parent
a40661f85a
commit
deb38ffed8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30111
4 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue