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/rrdtool | |
parent | Second round of INSTALL_SHLIBS=yes fixes. (diff) |
Third round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'net/rrdtool')
-rw-r--r-- | net/rrdtool/Makefile | 1 | ||||
-rw-r--r-- | net/rrdtool/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
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 |