From 835d6b8655813f2580f5db9fcbec03a34833ec92 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 15 Jun 2000 17:59:45 +0000 Subject: Third round of INSTALL_SHLIBS=yes fixes. --- security/rsaref/Makefile | 3 ++- security/rsaref/pkg-plist | 2 -- security/tcp_wrapper/Makefile | 3 ++- security/tcp_wrapper/pkg-plist | 2 -- 4 files changed, 4 insertions(+), 6 deletions(-) (limited to 'security') diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 86657c2c49ec..e14e4ae7b05c 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -23,6 +23,8 @@ MAINTAINER= kris@FreeBSD.ORG WRKSRC= ${WRKDIR}/source RESTRICTED= "Contains cryptography" +INSTALL_SHLIBS= yes + pre-extract: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) /usr/bin/more -e ${FILESDIR}/LICENSE.english @@ -43,7 +45,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/librsaref.a ${WRKSRC}/librsaref.so.2 \ ${PREFIX}/lib ${LN} -sf librsaref.so.2 ${PREFIX}/lib/librsaref.so - ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/rsaref .for file in info.txt rsaref.txt diff --git a/security/rsaref/pkg-plist b/security/rsaref/pkg-plist index f8684dfc7cd3..b898bb3bc9a0 100644 --- a/security/rsaref/pkg-plist +++ b/security/rsaref/pkg-plist @@ -7,8 +7,6 @@ include/rsaref.h lib/librsaref.a lib/librsaref.so lib/librsaref.so.2 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/rsaref/info.txt share/doc/rsaref/rsaref.txt @dirrm share/doc/rsaref diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 3d668f4aae72..46cb5ac7e4da 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -17,13 +17,14 @@ MAINTAINER= torstenb@FreeBSD.org FORBIDDEN= tcp_wrappers is in the base system .endif +INSTALL_SHLIBS= yes + ALL_TARGET= freebsd MAN3= hosts_access.3 MAN5= hosts_access.5 hosts_options.5 MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8 post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib @${INSTALL_DATA} ${FILESDIR}/inetd.conf.wrapped.sample ${PREFIX}/etc update: diff --git a/security/tcp_wrapper/pkg-plist b/security/tcp_wrapper/pkg-plist index 49a11845951d..3980821b3f38 100644 --- a/security/tcp_wrapper/pkg-plist +++ b/security/tcp_wrapper/pkg-plist @@ -7,6 +7,4 @@ bin/try-from lib/libwrap.a lib/libwrap.so.7.6 lib/libwrap.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R etc/inetd.conf.wrapped.sample -- cgit v1.2.3