aboutsummaryrefslogtreecommitdiff
path: root/lang/expect/Makefile
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/Makefile
parent5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff)
downloadports-5178b48938d20e336ec57a055a01cb66105cd20c.tar.gz
ports-5178b48938d20e336ec57a055a01cb66105cd20c.zip
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/Makefile')
-rw-r--r--lang/expect/Makefile2
1 files changed, 1 insertions, 1 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>