From 47345a448107c9719ffae85979e7cf675b5c3109 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 9 Oct 2004 15:29:41 +0000 Subject: Under libtool, only the .la goes in the PLIST now. (I'm not entirely convinced that Darwin needs special handling here. Does the Darwin build *not* use libtool!?) --- lang/tcl83/Makefile | 5 ++--- lang/tcl83/PLIST | 6 +----- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'lang') diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 43b614a9594..fdccd9991e0 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/08 19:22:26 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/09 15:29:41 tv Exp $ # DISTNAME= tcl8.3.4 PKGNAME= tcl-8.3.4 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \ ftp://gd.tuwien.ac.at/languages/tcl/scriptics/tcl8_3/ \ @@ -40,10 +41,8 @@ CONFIGURE_ENV+= TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl" .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" -PLIST_SUBST+= SHLIB_CMT="@comment " SHLIB_SUFX= dylib .else -PLIST_SUBST+= SHLIB_CMT="" SHLIB_SUFX= la .endif diff --git a/lang/tcl83/PLIST b/lang/tcl83/PLIST index 1c08aba0485..ff404098667 100644 --- a/lang/tcl83/PLIST +++ b/lang/tcl83/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/08 19:22:26 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/10/09 15:29:41 tv Exp $ bin/tclsh bin/tclsh8.3 include/tcl.h @@ -17,11 +17,7 @@ include/tcl/generic/tclRegexp.h include/tcl/unix/tclUnixPort.h include/tclDecls.h include/tclPlatDecls.h -${SHLIB_CMT}lib/libtcl83.a lib/libtcl83.${SHLIB_SUFX} -lib/libtcl83.so -lib/libtcl83.so.1 -lib/libtcl83.so.1.0 lib/libtclstub83.a lib/tcl8.3/auto.tcl lib/tcl8.3/encoding/ascii.enc -- cgit v1.2.3