summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
committersobomax <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
commita375e7549c50755d8d6fa4ffa4ca5bd5b598b71b (patch)
treec33273a6a58b8038777ed89865aa97018222b854 /security
parent64186dbb7c798d759f09f85b088edf5765605aa5 (diff)
downloadFreeBSD-ports-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.zip
FreeBSD-ports-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.tar.gz
Third round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'security')
-rw-r--r--security/rsaref/Makefile3
-rw-r--r--security/rsaref/pkg-plist2
-rw-r--r--security/tcp_wrapper/Makefile3
-rw-r--r--security/tcp_wrapper/pkg-plist2
4 files changed, 4 insertions, 6 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 86657c2..e14e4ae 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 f8684dfc..b898bb3 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 3d668f4..46cb5ac 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 49a1184..3980821 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
OpenPOWER on IntegriCloud