mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Drop .la file
- Strip binaries
This commit is contained in:
parent
677d4b17bd
commit
b5f00622b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356265
@ -3,9 +3,9 @@
|
||||
|
||||
PORTNAME= encfs
|
||||
PORTVERSION= 1.7.4
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
@ -23,9 +23,10 @@ CONFIGURE_ARGS= --with-boost-serialization=boost_serialization \
|
||||
--with-boost-filesystem=boost_filesystem
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USES= fuse gmake libtool:keepla pkgconfig
|
||||
USES= fuse gmake libtool pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/encfs
|
||||
bin/encfsctl
|
||||
bin/encfssh
|
||||
lib/libencfs.la
|
||||
lib/libencfs.so
|
||||
lib/libencfs.so.6
|
||||
lib/libencfs.so.6.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user