diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /japanese/tcl76 | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) | |
download | freebsd-ports-gnome-5178b48938d20e336ec57a055a01cb66105cd20c.tar.gz freebsd-ports-gnome-5178b48938d20e336ec57a055a01cb66105cd20c.tar.zst freebsd-ports-gnome-5178b48938d20e336ec57a055a01cb66105cd20c.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'japanese/tcl76')
-rw-r--r-- | japanese/tcl76/Makefile | 2 | ||||
-rw-r--r-- | japanese/tcl76/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index 2c42cbde7ed6..d080fd1a43a1 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -18,6 +18,7 @@ MAINTAINER= taguchi@tohoku.iij.ad.jp WRKSRC= ${WRKDIR}/${DISTNAME}/unix USE_AUTOCONF= yes +INSTALLS_SHLIBS= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh @@ -48,7 +49,6 @@ pre-install: cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERSION} install post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libtcl76jp.so.1.0 ${PREFIX}/lib/libtcl76jp.so .endif diff --git a/japanese/tcl76/pkg-plist b/japanese/tcl76/pkg-plist index f0e687e3bbfe..cd8cee4d6936 100644 --- a/japanese/tcl76/pkg-plist +++ b/japanese/tcl76/pkg-plist @@ -1,8 +1,6 @@ lib/libtcl76jp.a lib/libtcl76jp.so.1 lib/libtcl76jp.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R bin/tclsh7.6jp include/tcl7.6jp/tcl.h include/tcl7.6jp/unix/tclUnixPort.h |