diff options
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 |