diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | dc1177a9a5be3b096b2023326ea54d3152bf1571 (patch) | |
tree | fac4efda6d456d2e4eb8e8e61b9c14eda7202813 /lang/otcl | |
parent | 880b5e44bc87f9065a91e444717a092d0661cce9 (diff) | |
download | ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.tar.gz ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Notes
Notes:
svn path=/head/; revision=29630
Diffstat (limited to 'lang/otcl')
-rw-r--r-- | lang/otcl/Makefile | 2 | ||||
-rw-r--r-- | lang/otcl/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 19e61b6b596d..704e4fa52af2 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -14,6 +14,7 @@ MAINTAINER= obonilla@fisicc-ufm.edu LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 USE_AUTOCONF= yes @@ -22,7 +23,6 @@ PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh post-install: ${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1 - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib strip ${PREFIX}/bin/otclsh strip ${PREFIX}/bin/owish .if exists(${PKGINSTALL}) diff --git a/lang/otcl/pkg-plist b/lang/otcl/pkg-plist index 5cf826daa007..379b07d0a114 100644 --- a/lang/otcl/pkg-plist +++ b/lang/otcl/pkg-plist @@ -4,5 +4,3 @@ include/otcl.h lib/libotcl.a lib/libotcl.so lib/libotcl.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |