diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-29 08:24:19 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-29 08:24:19 +0000 |
commit | b33b0aa6001cdbbd62601f301dc39a50d2cefdb6 (patch) | |
tree | 1a1029ec51b04dfbf713d18aae8267affe1e7d1c /devel/libunistring | |
parent | 00051c118827d2216b6ed33b379e0931983c6756 (diff) | |
download | ports-b33b0aa6001cdbbd62601f301dc39a50d2cefdb6.tar.gz ports-b33b0aa6001cdbbd62601f301dc39a50d2cefdb6.zip |
devel/libunistring:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
Notes
Notes:
svn path=/head/; revision=366467
Diffstat (limited to 'devel/libunistring')
-rw-r--r-- | devel/libunistring/Makefile | 4 | ||||
-rw-r--r-- | devel/libunistring/pkg-plist | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/libunistring/Makefile b/devel/libunistring/Makefile index 07d7dd38a056..2ca40077594c 100644 --- a/devel/libunistring/Makefile +++ b/devel/libunistring/Makefile @@ -2,6 +2,7 @@ PORTNAME= libunistring PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -11,9 +12,10 @@ COMMENT= Unicode string library LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual -USES= charsetfix iconv gmake +USES= charsetfix gmake iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip INFO= ${PORTNAME} OPTIONS_DEFINE= DOCS diff --git a/devel/libunistring/pkg-plist b/devel/libunistring/pkg-plist index 9366fc16857f..8deeb9bf897d 100644 --- a/devel/libunistring/pkg-plist +++ b/devel/libunistring/pkg-plist @@ -38,9 +38,9 @@ include/uniwbrk.h include/unilbrk.h include/uninorm.h include/unicase.h -lib/libunistring.so.1 -lib/libunistring.so -lib/libunistring.la lib/libunistring.a +lib/libunistring.so +lib/libunistring.so.0 +lib/libunistring.so.0.1.2 %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/unistring |