freebsd-ports/lang/tcl83
Dirk Meyer 18bc73fe5b Change Installion of tclConfig.sh
Fixes a problem with deskutils/ical
that assumes the macro TCL_LIB_FILE
can be accessed in quoutes.
Reduced some dynamic expansions on the way.

-TCL_LIB_FILE='libtcl83${TCL_DBGX}.so.1'
+TCL_LIB_FILE='libtcl83.so.1'

-TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.so.1'
+TCL_SHARED_LIB_SUFFIX='83${TCL_DBGX}.so.1'

-TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.a'
+TCL_UNSHARED_LIB_SUFFIX='83${DBGX}.a'
2001-11-01 21:29:20 +00:00
..
files Change Installion of tclConfig.sh 2001-11-01 21:29:20 +00:00
distinfo Update to tcl 8.3.4 2001-10-21 03:13:44 +00:00
Makefile Change Installion of tclConfig.sh 2001-11-01 21:29:20 +00:00
pkg-comment Commit #3/4 to enforce caps, no period. 1999-06-26 19:12:45 +00:00
pkg-deinstall.tclsh Be aware of otclsh and tclsh8.1_r 2000-05-31 18:31:17 +00:00
pkg-descr Upgrade repo copy of tcl82->tcl83 to tcl 8.3.b1 2000-01-05 18:33:13 +00:00
pkg-install.tclsh Be aware of otclsh and tclsh8.1_r 2000-05-31 18:31:17 +00:00
pkg-plist Update to tcl 8.3.4 2001-10-21 03:13:44 +00:00