1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-07-01 13:10:35 +00:00
parent 6bce7fefdf
commit f23c877d57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360003
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= cconv
PORTVERSION= 0.6.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= chinese converters
MASTER_SITES= GOOGLE_CODE
@ -14,7 +14,7 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= iconv
USES= iconv libtool
post-patch:
@${REINPLACE_CMD} -e 's|unicode.h||; s|libcconv_la_LDFLAGS|cconv_LDFLAGS|' ${WRKSRC}/Makefile.in

View File

@ -1,6 +1,6 @@
bin/cconv
include/cconv.h
lib/libcconv.a
lib/libcconv.la
lib/libcconv.so
lib/libcconv.so.0
lib/libcconv.so.0.0.0