mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
3db1780a57
commit
403508f875
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360289
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libsieve
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= GHC
|
||||
|
||||
@ -17,8 +17,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sodabrew
|
||||
|
||||
USES= bison gmake pathfix
|
||||
USES= bison gmake libtool pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
include/sieve2.h
|
||||
include/sieve2_error.h
|
||||
lib/libsieve.la
|
||||
lib/libsieve.so
|
||||
lib/libsieve.so.1
|
||||
lib/libsieve.so.1.0.5
|
||||
libdata/pkgconfig/libsieve.pc
|
||||
|
Loading…
Reference in New Issue
Block a user