summaryrefslogtreecommitdiff
path: root/lang/expect
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
commit5178b48938d20e336ec57a055a01cb66105cd20c (patch)
tree7b629f06e72f052bb88c209caf447e4bb6077033 /lang/expect
parentUpgrade to 1.1. (diff)
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Notes
Notes: svn path=/head/; revision=29636
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 fe79aea4f244..ed4ec0488326 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 3a2ab17467a8..3d10400022e6 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