diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
commit | 835d6b8655813f2580f5db9fcbec03a34833ec92 (patch) | |
tree | 1dad4fa822830f51205ce8becf3ef756537f4a2b /net | |
parent | 5cb14340042a107ee5ad92616d23d4d9551eb878 (diff) |
Third round of INSTALL_SHLIBS=yes fixes.
Notes
Notes:
svn path=/head/; revision=29615
Diffstat (limited to 'net')
-rw-r--r-- | net/radiusclient/Makefile | 1 | ||||
-rw-r--r-- | net/radiusclient/pkg-plist | 2 | ||||
-rw-r--r-- | net/rrdtool/Makefile | 1 | ||||
-rw-r--r-- | net/rrdtool/pkg-plist | 2 | ||||
-rw-r--r-- | net/rrdtool10/Makefile | 1 | ||||
-rw-r--r-- | net/rrdtool10/pkg-plist | 2 | ||||
-rw-r--r-- | net/socks5/Makefile | 1 | ||||
-rw-r--r-- | net/socks5/pkg-plist | 2 |
8 files changed, 4 insertions, 8 deletions
diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index b22d80217030..c6c91dc9ee42 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -15,5 +15,6 @@ MAINTAINER= maurice@serc.rmit.edu.au USE_GMAKE= yes USE_LIBTOOL= yes +INSTALL_SHLIBS= yes .include <bsd.port.mk> diff --git a/net/radiusclient/pkg-plist b/net/radiusclient/pkg-plist index 93efc45bb9b9..0353304620c1 100644 --- a/net/radiusclient/pkg-plist +++ b/net/radiusclient/pkg-plist @@ -10,8 +10,6 @@ include/radiusclient.h lib/libradiusclient.a lib/libradiusclient.so lib/libradiusclient.so.0.3 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B sbin/radlogin sbin/radstatus sbin/radacct diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index eddfece77d14..b3cd3747c320 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -16,6 +16,7 @@ USE_PERL5= yes MAKE_ENV+= PERL=${PERL} USE_LIBTOOL= yes +INSTALL_SHLIBS= yes CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ENV= PERL=${PERL} diff --git a/net/rrdtool/pkg-plist b/net/rrdtool/pkg-plist index cb1bbd7e0b18..a5160007dbdc 100644 --- a/net/rrdtool/pkg-plist +++ b/net/rrdtool/pkg-plist @@ -3,8 +3,6 @@ bin/rrdcgi lib/librrd.a lib/librrd.so.0 lib/librrd.so -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R share/examples/rrdtool/cgi-demo.cgi share/examples/rrdtool/piped-demo.pl share/examples/rrdtool/shared-demo.pl diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index eddfece77d14..b3cd3747c320 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -16,6 +16,7 @@ USE_PERL5= yes MAKE_ENV+= PERL=${PERL} USE_LIBTOOL= yes +INSTALL_SHLIBS= yes CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ENV= PERL=${PERL} diff --git a/net/rrdtool10/pkg-plist b/net/rrdtool10/pkg-plist index cb1bbd7e0b18..a5160007dbdc 100644 --- a/net/rrdtool10/pkg-plist +++ b/net/rrdtool10/pkg-plist @@ -3,8 +3,6 @@ bin/rrdcgi lib/librrd.a lib/librrd.so.0 lib/librrd.so -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R share/examples/rrdtool/cgi-demo.cgi share/examples/rrdtool/piped-demo.pl share/examples/rrdtool/shared-demo.pl diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 1e7809273fd9..2e72e586e4a9 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -25,6 +25,7 @@ RESTRICTED= "no commercial use" # --with-passwd WRKSRC= ${WRKDIR}/${DISTNAME} +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ --with-srvconffile=${PREFIX}/etc/socks5.conf \ diff --git a/net/socks5/pkg-plist b/net/socks5/pkg-plist index 9879514ff7c7..81193bb83360 100644 --- a/net/socks5/pkg-plist +++ b/net/socks5/pkg-plist @@ -12,5 +12,3 @@ include/socks.h man/man5/socks5.passwd.5 lib/libsocks5.a lib/libsocks5_sh.so -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R |