forked from Lainports/freebsd-ports
7 lines
299 B
Text
7 lines
299 B
Text
--- pkgIndex.tcl.in Mon May 24 14:51:36 1999
|
|
+++ pkgIndex.tcl.in Thu May 4 17:43:01 2000
|
|
@@ -1,2 +1,2 @@
|
|
-package ifneeded @PACKAGE@ @VERSION@ [list load [file join $dir @LIB_FILE@]]
|
|
-
|
|
+package ifneeded @PACKAGE@ @VERSION@ "load [file join $dir .. @LIB_FILE@]; \
|
|
+ source [file join $dir tls.tcl]"
|