mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cbc71b2150
PR: 18388 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
--- 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]"
|