diff options
author | agc <agc@pkgsrc.org> | 1998-07-15 11:46:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-15 11:46:32 +0000 |
commit | 66efb70e076a90b5f10086330b94327a56bfc20e (patch) | |
tree | e48a77402f2bbf8d4946a29dd15618ec8ceef156 /lang/tcl80 | |
parent | 54ceb4bc86fcd1189a570dbaca4cdfd5a5abff69 (diff) | |
download | pkgsrc-66efb70e076a90b5f10086330b94327a56bfc20e.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 5 | ||||
-rw-r--r-- | lang/tcl80/pkg/PLIST | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 3956994125e..e7544dbdfa6 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/07/04 04:11:34 mycroft Exp $ +# $NetBSD: Makefile,v 1.14 1998/07/15 11:50:09 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp # @@ -14,9 +14,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ENV+= PORTSDIR=${.CURDIR}/../../../../.. -post-install: - ${LDCONFIG} || ${TRUE} - test: cd ${WRKSRC} && ${MAKE} test diff --git a/lang/tcl80/pkg/PLIST b/lang/tcl80/pkg/PLIST index 4ecdfc5d19a..c97ea14b6bc 100644 --- a/lang/tcl80/pkg/PLIST +++ b/lang/tcl80/pkg/PLIST @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 1998/02/02 09:00:21 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 1998/07/15 11:50:09 agc Exp $ bin/tclsh8.0 lib/libtcl80.a lib/libtcl80.so.1.0 -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true include/tcl8.0/tcl.h include/tcl8.0/unix/tclUnixPort.h include/tcl8.0/generic/tcl.h |