From dd7d1d840f26c934d3abed81cc1c21b8a5473c8a Mon Sep 17 00:00:00 2001 From: tijl Date: Wed, 9 Jul 2014 19:35:03 +0000 Subject: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip --- net/openslp/Makefile | 5 +++-- net/openslp/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 4ba01f159b4a..7083692cda76 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -3,15 +3,16 @@ PORTNAME= openslp PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/OpenSLP/${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT= Open-source implementation of the Service Location Protocol -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_OPENSSL= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \ diff --git a/net/openslp/pkg-plist b/net/openslp/pkg-plist index 427ded0b10dd..d08b88bf0164 100644 --- a/net/openslp/pkg-plist +++ b/net/openslp/pkg-plist @@ -11,9 +11,9 @@ etc/openslp/slp.spi.default @dirrm etc/openslp include/slp.h lib/libslp.a -lib/libslp.la lib/libslp.so lib/libslp.so.1 +lib/libslp.so.1.0.1 sbin/slpd %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc1766.txt %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2165.txt -- cgit