diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-10 03:35:03 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-10 03:35:03 +0800 |
commit | dd7d1d840f26c934d3abed81cc1c21b8a5473c8a (patch) | |
tree | 304a2fc8b54d0151e8c6175f9b502ac0293e2de4 /net | |
parent | 0aeda0bb2a1579df1c85e5ec7cb775f29ee578d7 (diff) | |
download | freebsd-ports-gnome-dd7d1d840f26c934d3abed81cc1c21b8a5473c8a.tar.gz freebsd-ports-gnome-dd7d1d840f26c934d3abed81cc1c21b8a5473c8a.tar.zst freebsd-ports-gnome-dd7d1d840f26c934d3abed81cc1c21b8a5473c8a.zip |
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'net')
-rw-r--r-- | net/openslp/Makefile | 5 | ||||
-rw-r--r-- | net/openslp/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
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 |