diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-15 02:37:54 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-15 02:37:54 +0800 |
commit | f1f243dc549f9d543dedb4b61763159920d52f54 (patch) | |
tree | 88c6da0a6edd3f146c8787ace569f2be8b5ded93 /net | |
parent | f1c898138c74f51fb59e7f17ab891c8a7fb83cfb (diff) | |
download | freebsd-ports-gnome-f1f243dc549f9d543dedb4b61763159920d52f54.tar.gz freebsd-ports-gnome-f1f243dc549f9d543dedb4b61763159920d52f54.tar.zst freebsd-ports-gnome-f1f243dc549f9d543dedb4b61763159920d52f54.zip |
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'net')
-rw-r--r-- | net/ilbc/Makefile | 4 | ||||
-rw-r--r-- | net/ilbc/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/ilbc/Makefile b/net/ilbc/Makefile index 7e2f5faa158d..e32d1b694354 100644 --- a/net/ilbc/Makefile +++ b/net/ilbc/Makefile @@ -3,6 +3,7 @@ PORTNAME= ilbc DISTVERSION= rfc3951 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://simon.morlat.free.fr/download/1.2.x/source/ @@ -11,8 +12,9 @@ COMMENT= Internet Low Bit Rate codec (RFC3951) CONFLICTS= libilbc-[0-9]* -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/net/ilbc/pkg-plist b/net/ilbc/pkg-plist index 42690062bbeb..53c929dc3e35 100644 --- a/net/ilbc/pkg-plist +++ b/net/ilbc/pkg-plist @@ -2,7 +2,7 @@ include/ilbc/iLBC_decode.h include/ilbc/iLBC_encode.h include/ilbc/iLBC_define.h lib/libilbc.a -lib/libilbc.la lib/libilbc.so lib/libilbc.so.0 +lib/libilbc.so.0.0.0 @dirrm include/ilbc |