- Drop la file
- Strip shared library
This commit is contained in:
parent
20749b2fe6
commit
1a65c03429
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371218
2 changed files with 3 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= sleuthkit
|
||||
PORTVERSION= 4.1.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils security
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -26,8 +26,9 @@ CONFLICTS= ja-ls-[0-9]* icat-[0-9]*
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_path_PERL="${PERL}"
|
||||
USES= libtool:keepla perl5
|
||||
USES= libtool perl5
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
DATADIR= ${PREFIX}/share/tsk
|
||||
|
||||
PORTDOCS= NEWS.txt README.txt
|
||||
|
|
|
@ -50,7 +50,6 @@ include/tsk/vs/tsk_mac.h
|
|||
include/tsk/vs/tsk_sun.h
|
||||
include/tsk/vs/tsk_vs.h
|
||||
lib/libtsk.a
|
||||
lib/libtsk.la
|
||||
lib/libtsk.so
|
||||
lib/libtsk.so.10
|
||||
lib/libtsk.so.10.2.0
|
||||
|
@ -87,12 +86,3 @@ man/man1/tsk_recover.1.gz
|
|||
%%DATADIR%%/sorter/openbsd.sort
|
||||
%%DATADIR%%/sorter/solaris.sort
|
||||
%%DATADIR%%/sorter/windows.sort
|
||||
@dirrm include/tsk/vs
|
||||
@dirrm include/tsk/img
|
||||
@dirrm include/tsk/hashdb
|
||||
@dirrm include/tsk/fs
|
||||
@dirrm include/tsk/base
|
||||
@dirrm include/tsk/auto
|
||||
@dirrm include/tsk
|
||||
@dirrm %%DATADIR%%/sorter
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue