summaryrefslogtreecommitdiffstats
path: root/lang/expect
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
committersobomax <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
commitc7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch)
tree89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /lang/expect
parentb2066c7c70a0ccedd6a3fda853744aec2281d951 (diff)
downloadFreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip
FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'lang/expect')
-rw-r--r--lang/expect/Makefile2
-rw-r--r--lang/expect/pkg-plist2
2 files changed, 1 insertions, 3 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index fe79aea..ed4ec04 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS?= tk82.1:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/expect-5.31
+INSTALLS_SHLIBS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS?= --enable-shared \
--with-tclconfig=${PREFIX}/lib/tcl8.2 \
@@ -30,6 +31,5 @@ MAN3= libexpect.3
post-install:
${LN} -sf libexpect531.so.1 ${PREFIX}/lib/libexpect531.so
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/lang/expect/pkg-plist b/lang/expect/pkg-plist
index 3a2ab17..3d10400 100644
--- a/lang/expect/pkg-plist
+++ b/lang/expect/pkg-plist
@@ -29,6 +29,4 @@ lib/expect5.31/libexpect531.a
lib/libexpect531.a
lib/libexpect531.so
lib/libexpect531.so.1
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@dirrm lib/expect5.31
OpenPOWER on IntegriCloud