- Drop .la files, no dependees require them
Approved by: portmgr blanket
This commit is contained in:
parent
f0d420777d
commit
85555962cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356692
2 changed files with 2 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= ipsec-tools
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -23,7 +23,7 @@ USE_BZIP2= yes
|
|||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
USES= libtool:keepla
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --enable-shared --sysconfdir=${PREFIX}/etc/racoon \
|
||||
|
|
|
@ -19,12 +19,10 @@ include/racoon/sockmisc.h
|
|||
include/racoon/var.h
|
||||
include/racoon/vmbuf.h
|
||||
lib/libipsec.a
|
||||
lib/libipsec.la
|
||||
lib/libipsec.so
|
||||
lib/libipsec.so.0
|
||||
lib/libipsec.so.0.0.1
|
||||
lib/libracoon.a
|
||||
lib/libracoon.la
|
||||
lib/libracoon.so
|
||||
lib/libracoon.so.0
|
||||
lib/libracoon.so.0.0.0
|
||||
|
|
Loading…
Reference in a new issue