diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /lang/expect | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
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/Makefile | 2 | ||||
-rw-r--r-- | lang/expect/pkg-plist | 2 |
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 |